-
Notifications
You must be signed in to change notification settings - Fork 8
/
de.bund.ausweisapp.ausweisapp2.yaml
59 lines (58 loc) · 1.94 KB
/
de.bund.ausweisapp.ausweisapp2.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
58
59
app-id: de.bund.ausweisapp.ausweisapp2
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: AusweisApp
rename-desktop-file: com.governikus.ausweisapp2.desktop
rename-icon: AusweisApp
copy-icon: true
finish-args:
- --device=dri
- --share=network
- --socket=wayland
- --socket=fallback-x11
- --share=ipc
- --socket=pcsc
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
modules:
- name: pcsc-lite
sources:
- type: archive
url: https://pcsclite.apdu.fr/files/pcsc-lite-2.3.0.tar.xz
sha256: 1acca22d2891d43ffe6d782740d32e78150d4fcc99e8a3cc763abaf546060d3d
x-checker-data:
type: anitya
project-id: 2611
url-template: https://pcsclite.apdu.fr/files/pcsc-lite-$version.tar.xz
config-opts:
- --with-systemdsystemunitdir=/app/lib/systemd/system
- --disable-polkit
cleanup:
- /include
- /lib/*.la
- /lib/pkgconfig
- name: AusweisApp
sources:
- type: archive
url: https://github.com/Governikus/AusweisApp/releases/download/2.2.2/AusweisApp-2.2.2.tar.gz
sha256: ee9774b20ce645119b448f4bc9b4f3eda31b9a05372b8da00e5eed08527e6be5
x-checker-data:
type: json
url: https://api.github.com/repos/Governikus/AusweisApp/releases/latest
tag-query: .tag_name
version-query: $tag
url-query: .assets[] | select(.name=="AusweisApp-" + $version + ".tar.gz")
| .browser_download_url
is-main-source: true
timestamp-query: .published_at
- type: file
path: de.bund.ausweisapp.ausweisapp2.appdata.xml
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=MinSizeRel
- -DVENDOR=flathub
- -DVENDOR_DOMAIN=flathub.org
builddir: true
post-install:
- install -D ../de.bund.ausweisapp.ausweisapp2.appdata.xml /app/share/appdata/de.bund.ausweisapp.ausweisapp2.appdata.xml