Initial import
This commit is contained in:
parent
3420f5591a
commit
265aacdc9a
3 changed files with 49 additions and 3 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# devhelp
|
||||
|
||||
The devhelp package
|
||||
17
container.yaml
Normal file
17
container.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
compose:
|
||||
modules:
|
||||
- devhelp:master
|
||||
flatpak:
|
||||
id: org.gnome.Devhelp
|
||||
branch: stable
|
||||
command: devhelp
|
||||
finish-args: |-
|
||||
--share=ipc
|
||||
--socket=x11
|
||||
--socket=wayland
|
||||
--device=dri
|
||||
--filesystem=host:ro
|
||||
--filesystem=xdg-run/dconf
|
||||
--filesystem=~/.config/dconf:ro
|
||||
--talk-name=ca.desrt.dconf
|
||||
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
||||
32
devhelp.yaml
Normal file
32
devhelp.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: API documentation browser
|
||||
description: >-
|
||||
Devhelp is an API documentation browser for the GNOME desktop. It works natively
|
||||
with API documentation generated by gtk-doc.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-runtime: [f30]
|
||||
platform: [f30]
|
||||
requires:
|
||||
flatpak-runtime: [f30]
|
||||
platform: [f30]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- devhelp
|
||||
components:
|
||||
rpms:
|
||||
amtk:
|
||||
rationale: Runtime dependency
|
||||
ref: f30
|
||||
devhelp:
|
||||
rationale: Application package
|
||||
ref: f30
|
||||
buildorder: 10
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue