forked from flathub/net.sourceforge.fspclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnet.sourceforge.fspclient.json
More file actions
42 lines (42 loc) · 1.1 KB
/
net.sourceforge.fspclient.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"app-id": "net.sourceforge.fspclient",
"runtime": "org.freedesktop.Platform",
"runtime-version": "19.08",
"sdk" : "org.freedesktop.Sdk",
"command": "fsp",
"finish-args": [
"--share=network", "--filesystem=home"
],
"modules": [
{
"name": "scons",
"buildsystem":"simple",
"build-commands": [ "python3 setup.py install --prefix=/app" ],
"cleanup": [ "*" ],
"sources": [
{
"type":"archive",
"url":"https://downloads.sourceforge.net/project/scons/scons/3.1.2/scons-3.1.2.tar.gz",
"sha256":"7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb"
}]
},
{
"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"
}
]
}]
}