Permalink
Fetching contributors…
Cannot retrieve contributors at this time
110 lines (109 sloc) 4.7 KB
{
"id": "com.gexperts.Terminix",
"version": "master",
"runtime": "org.gnome.Platform",
"runtime-version": "3.20",
"sdk": "org.gnome.Sdk",
"command": "terminix",
"tags": ["Terminal", "Tile"],
"cleanup-commands": ["rm -rf /app/lib",
"rm -rf /app/src",
"rm -rf /app/linux",
"rm -rf /app/share/nautilus-python",
"rm /app/bin/dmd",
"rm /app/bin/dmd.conf",
"rm /app/bin/dub",
"rm /app/*-LICENSE.txt"],
"finish-args": ["--filesystem=host",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--socket=session-bus",
"--filesystem=~/.config/dconf:ro",
"--filesystem=xdg-run/dconf",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"],
"modules": [
{
"name": "dmd",
"build-options": {
"build-args": ["--share=network"]
},
"sources": [
{
"type": "git",
"url": "http://github.com/D-Programming-Language/dmd",
"branch": "master"
},
{
"type": "file",
"path": "dmd-configure",
"dest-filename": "configure"
}
]
},
{
"name": "druntime",
"sources": [
{
"type": "git",
"url": "http://github.com/D-Programming-Language/druntime",
"branch": "master"
},
{
"type": "file",
"path": "druntime-configure",
"dest-filename": "configure"
}
]
},
{
"name": "phobos",
"sources": [
{
"type": "git",
"url": "http://github.com/D-Programming-Language/phobos",
"branch": "master"
},
{
"type": "file",
"path": "phobos-configure",
"dest-filename": "configure"
}
]
},
{
"name": "dub",
"sources": [
{
"type": "git",
"url": "http://github.com/D-Programming-Language/dub",
"branch": "master"
},
{
"type": "file",
"path": "dub-configure",
"dest-filename": "configure"
}
]
},
{
"name": "terminix",
"build-options": {
"build-args": ["--share=network"]
},
"sources": [
{
"type": "git",
"url": "http://github.com/gnunn1/terminix",
"branch": "master"
},
{
"type": "file",
"path": "terminix-configure",
"dest-filename": "configure"
}
]
}
]
}