-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnet.sourceforge.fspclient.json
44 lines (44 loc) · 1.32 KB
/
net.sourceforge.fspclient.json
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": "net.sourceforge.fspclient",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"sdk" : "org.freedesktop.Sdk",
"command": "fsp",
"finish-args": [
"--share=network", "--filesystem=home"
],
"modules": [
{
"name": "python3-scons",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"scons\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/41/87/72d174c9bf6c0a21b9e54067eff65c052fcd5b960f7cf64123f502c88503/SCons-4.5.1-py3-none-any.whl",
"sha256": "d7b0f1c92869c7679eec357b497737803620228d44de123d89fe4ae92e890cb0"
}
]
},
{
"name": "fspclient",
"buildsystem": "simple",
"build-commands": [ "python3 /app/bin/scons prefix=/app mandir=/tmp/man install",
"mv metainfo.xml net.sourceforge.fspclient.metainfo.xml",
"install -D -m644 -t /app/share/metainfo net.*.xml"
],
"sources": [
{
"type":"archive",
"url":"https://downloads.sourceforge.net/fspclient/fspclient-0.93.1.tar.bz2",
"sha256" : "a419870f43eef1d8ab059379e0baddeb6bcc5c8acd26561939fea9be51e75487"
},
{
"type":"file",
"path":"metainfo.xml"
}
]
}]
}