org.ppsspp.PPSSPP/org.ppsspp.PPSSPP.json

75 lines
2 KiB
JSON
Raw Normal View History

{
"app-id": "org.ppsspp.PPSSPP",
"branch": "stable",
"runtime": "org.freedesktop.Platform",
2018-09-13 23:40:51 +00:00
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "ppsspp",
"rename-desktop-file": "ppsspp.desktop",
"rename-icon": "ppsspp",
"rename-appdata-file": "ppsspp.appdata.xml",
"finish-args": [
2017-11-06 03:18:05 +00:00
"--device=all",
"--filesystem=host:ro",
"--socket=pulseaudio",
"--socket=wayland",
"--socket=x11",
"--share=network"
],
"modules": [
2017-04-26 22:03:09 +00:00
"shared-modules/glu/glu-9.0.0.json",
2017-11-29 19:08:47 +00:00
"shared-modules/glew/glew.json",
2017-11-30 19:03:23 +00:00
{
"name": "libzip",
2018-07-30 22:38:45 +00:00
"buildsystem": "cmake-ninja",
"config-opts": ["-DCMAKE_BUILD_TYPE=Release"],
2017-11-30 19:03:23 +00:00
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
2018-07-30 22:38:45 +00:00
"/share/man"
2017-11-30 19:03:23 +00:00
],
"sources": [
{
"type": "archive",
2018-07-30 22:38:45 +00:00
"url": "https://libzip.org/download/libzip-1.5.1.tar.xz",
"sha256": "04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372"
2017-11-30 19:03:23 +00:00
}
]
},
{
"name": "ppsspp",
2017-11-06 02:49:51 +00:00
"buildsystem": "cmake-ninja",
"no-make-install": true,
2017-11-06 02:49:51 +00:00
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"build-commands": [
"mkdir -p /app/ppsspp /app/bin /app/share/applications",
"install -m755 PPSSPPSDL /app/ppsspp/",
"cp -dr assets /app/ppsspp/",
"install -Dm644 icons/icon-512.svg /app/share/icons/hicolor/scalable/apps/ppsspp.svg",
"ln -s /app/ppsspp/PPSSPPSDL /app/bin/ppsspp",
"install -m644 ppsspp.desktop /app/share/applications/",
"install -Dm644 appdata.xml /app/share/appdata/ppsspp.appdata.xml"
],
"sources": [
2017-11-29 19:08:47 +00:00
{
"type": "git",
"url": "https://github.com/hrydgard/ppsspp.git",
2018-07-30 22:38:45 +00:00
"tag": "v1.6.3",
"disable-shallow-clone": true
},
{
"type": "file",
"path": "ppsspp.desktop"
},
{
"type": "file",
"path": "appdata.xml"
}
]
}
]
}