asteroid-game-launcher/com.example.first_application.json
David Boddie 065649aaad Add most of the first tutorial
Signed-off-by: David Boddie <david.boddie@puri.sm>
2019-04-05 17:19:09 +02:00

39 lines
908 B
JSON

{
"app-id": "com.example.first_application",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "your-first-application",
"finish-args": [
"--socket=wayland"
],
"build-options": {
"env": {
"V": "1"
}
},
"cleanup": [
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig"
],
"modules": [
{
"name": "first-application",
"buildsystem": "meson",
"builddir": true,
"subdir": "First_Application",
"sources": [
{
"branch": "master",
"type": "git",
"url": "https://source.puri.sm/david.boddie/tutorials.git"
}
]
}
]
}