-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.yumlrecipes.yumlrecipes.yaml
57 lines (57 loc) · 1.85 KB
/
org.yumlrecipes.yumlrecipes.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
app-id: org.yumlrecipes.yumlrecipes
runtime: org.gnome.Platform
runtime-version: '43'
sdk: org.gnome.Sdk
command: yumlrecipes
finish-args:
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --filesystem=home
cleanup:
- /include
- /lib/pkgconfig
- /man
- /share/doc
- /share/gtk-doc
- /share/man
- /share/pkgconfig
- "*.la"
- "*.a"
modules:
- name: yumlrecipes
builddir: true
buildsystem: meson
sources:
- type: dir
path: "."
- name: python3-pyyaml
buildsystem: simple
build-commands:
- "echo ${PWD}"
- "ls -l ${PWD}"
- "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyyaml==6.0\" --no-build-isolation"
sources:
- type: file
url: https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz
sha256: 68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2
- name: python3-yumlrecipes
buildsystem: simple
build-commands:
- "echo ${PWD}"
- "ls -l ${PWD}"
- "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"yumlrecipes==0.1.0\" --no-build-isolation"
sources:
- type: file
url: https://github.com/yuml-recipes/yuml-recipes-py/releases/download/v0.1.0/yumlrecipes-0.1.0-py3-none-any.whl
sha256: 14f2ef862a8b8adc45a403986486889381da27d770fb4dd3b2aedad12f45f84f
- name: python3-yumlrecipes-dev
disabled: true
buildsystem: simple
build-commands:
- "echo ${PWD}"
- "ls -l ${PWD}"
- "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"yumlrecipes==0.1.0\" --no-build-isolation"
sources:
- type: dir
path: "../yuml-recipes-py/dist"