-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdeb2appimage.json
53 lines (53 loc) · 1.73 KB
/
deb2appimage.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
45
46
47
48
49
50
51
52
53
{
"buildinfo": [
{
"prerun": [
"mkdir -p ~/.cache/deb2appimage/AppDir/usr/bin",
"mkdir -p ~/.cache/deb2appimage/AppDir/usr/share/deb2appimage",
"cp ~/github/deb2appimage/deb2appimage.sh ~/.cache/deb2appimage/AppDir/usr/bin/deb2appimage",
"chmod a+x ~/.cache/deb2appimage/AppDir/usr/bin/deb2appimage",
"cp ~/github/deb2appimage/deb2appimage.png ~/.cache/deb2appimage/AppDir/usr/share/deb2appimage/deb2appimage.png",
"cp ~/github/deb2appimage/deb2appimage.desktop ~/.cache/deb2appimage/AppDir/usr/share/deb2appimage/deb2appimage.desktop"
],
"name": "deb2appimage",
"version": "0.0.5",
"deps": "binutils,jq,libjq1,libonig4",
"repoarch": "amd64",
"distrorepo": "Debian",
"repoversion": "stretch",
"binarypath": "/usr/bin/deb2appimage",
"desktoppath": "/usr/share/deb2appimage/deb2appimage.desktop",
"iconpath": "/usr/share/deb2appimage/deb2appimage.png",
"usewrapper": "false",
"postrun": [
null
]
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "true",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/usr/bin/deb2appimage"
}
],
"authors": [
{
"type": "Author",
"author": "simonizor",
"url": "http://www.simonizor.net"
},
{
"type": "AppImage Maintainer",
"author": "simonizor",
"url": "http://www.simonizor.net"
}
]
}