-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpgadmin4.json
52 lines (51 loc) · 1.91 KB
/
pgadmin4.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
{
"buildinfo": [
{
"prerun": [
"curl -sSL -o ~/.cache/deb2appimage/debs/pgadmin4-desktop_8.6_amd64.deb 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bookworm/dists/pgadmin4/main/binary-amd64/pgadmin4-desktop_8.6_amd64.deb'",
"curl -sSL -o ~/.cache/deb2appimage/debs/pgadmin4-server_8.6_amd64.deb 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bookworm/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.6_amd64.deb'",
"mkdir -p ~/.cache/deb2appimage/AppDir/usr/bin",
"cp ./startup.sh ~/.cache/deb2appimage/AppDir/usr/bin/pgadmin4.sh"
],
"name": "pgadmin4",
"version": "8.6-glibc_2.35",
"deps": "python3.11,python3.11-minimal,libpython3.11-stdlib,libpython3.11-minimal,libkrb5-3,python3-psycopg2,libpq5,libgssapi-krb5-2,libatomic1,libldap-2.5-0,xdg-utils,libsasl2-2,libkrb5support0",
"repoarch": "amd64,amd64,amd64,amd64,amd64,amd64,amd64,amd64,amd64,amd64,all,amd64,amd64",
"distrorepo": "Debian",
"repoversion": "bookworm",
"binarypath": "/usr/pgadmin4/bin/pgadmin4",
"desktoppath": "/usr/share/applications/pgadmin4.desktop",
"iconpath": "/usr/share/icons/hicolor/256x256/apps/pgadmin4.png",
"usewrapper": "false",
"postrun": [
"~/work/pgadmin4-appimage/fix.sh"
]
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "true",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/usr/bin/pgadmin4.sh"
}
],
"authors": [
{
"type": "Author",
"author": "pgAdmin contributors",
"url": "https://www.pgadmin.org/"
},
{
"type": "AppImage Maintainer",
"author": "pbakota",
"url": "https://github.com/pbakota/pgadmin4-appimage"
}
]
}