-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcom.github.tinywrkb.trxo.yaml
45 lines (45 loc) · 1.53 KB
/
com.github.tinywrkb.trxo.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
app-id: com.github.tinywrkb.trxo
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: trxo
finish-args:
- --share=network
- --talk-name=org.freedesktop.Notifications
modules:
- name: trxo
buildsystem: simple
build-commands:
- install -Dm755 trxo -t /app/bin/
- install -Dm644 -t /app/share/doc/
config README.md
- install -Dm644 ${FLATPAK_ID}.desktop -t /app/share/applications/
- install -Dm644 ${FLATPAK_ID}.xml -t /app/share/mime/packages/
sources:
- type: dir
path: .
modules:
- name: transmission-remote
config-opts:
- --disable-daemon
- --disable-static
- --disable-shared
- --without-gtk
sources:
- type: archive
url: https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz
sha256: 9144652fe742f7f7dd6657716e378da60b751aaeda8bef8344b3eefc4db255f2
x-checker-data:
type: anitya
project-id: 5002
stable-only: true
url-template: https://github.com/transmission/transmission-releases/raw/master/transmission-$version.tar.xz
cleanup:
- /bin/transmission-create
- /bin/transmission-edit
- /bin/transmission-show
- /share
modules:
- ../shared-modules/libevent/libevent.json
- ../flathub-shared-modules/intltool/intltool-0.51.json
- ../shared-modules/libnotify/libnotify.json