-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.megous.megatools.yaml
34 lines (34 loc) · 1.04 KB
/
com.megous.megatools.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
app-id: com.megous.megatools
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: megatools
finish-args:
- --filesystem=xdg-documents
- --filesystem=xdg-download
- --filesystem=xdg-pictures
- --filesystem=xdg-videos
- --share=network
modules:
- name: megatools
buildsystem: meson
config-opts:
- -Dsymlinks=true
- -Dman=true
sources:
- type: archive
url: https://megatools.megous.com/builds/experimental/megatools-1.11.0-git-20211030.tar.gz
sha256: 35dd8b3c349ad1c8652b5df8bc69bb44f7455f329bfffc8a51a24db4cd5f99a4
x-checker-data:
type: html
url: https://megatools.megous.com/builds/experimental/
version-pattern: megatools-([\d\.]+-git-[\d]+).tar.gz
url-template: https://megatools.megous.com/builds/experimental/megatools-$version.tar.gz
# TODO: enable man pages and support exports in wrapper
# modules:
# - name: asciidoc
# cleanup:
# - '*'
# - name: docbook2x
# cleanup:
# - '*'