-
Notifications
You must be signed in to change notification settings - Fork 13
/
io.github.jwlodek.pyautogit.yaml
44 lines (44 loc) · 1.61 KB
/
io.github.jwlodek.pyautogit.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
app-id: io.github.jwlodek.pyautogit
# TODO: maybe switch back to runtime after testing
runtime: org.freedesktop.Sdk
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: pyautogit
finish-args:
# TODO: maybe drop this after testing
- --allow=devel
- '--env=TERMINFO_DIRS=/run/host/usr/share/terminfo:'
- --filesystem=host-os
# forcing TERM variable as python curses seems to ignore TERMINFO_DIRS
# TODO: test with packaged ncurses
- --env=TERM=xterm-256color
modules:
- name: pyautogit
buildsystem: simple
build-commands:
- python setup.py build
- python setup.py install --skip-build --prefix=/app --root=/ --optimize=1
sources:
- type: archive
url: https://github.com/jwlodek/pyautogit/archive/v0.0.5.tar.gz
sha256: 90706fb6e0f26ee6a9562003376e2d6e6e94e4a36011b83ce0ed2ee51d00ac7a
x-checker-data:
type: anitya
project-id: 77461
stable-only: true
url-template: https://github.com/jwlodek/pyautogit/archive/v$version.tar.gz
modules:
- name: py_cui
buildsystem: simple
build-commands:
- python setup.py build
- python setup.py install --skip-build --prefix=/app --root=/ --optimize=1
sources:
- type: archive
url: https://github.com/jwlodek/py_cui/archive/v0.1.3.tar.gz
sha256: 47f5b21dd47ff3e475188fe367bab74170fac735b1d516e5860b8005efe1665d
x-checker-data:
type: anitya
project-id: 77205
stable-only: true
url-template: https://github.com/jwlodek/py_cui/archive/v$version.tar.gz