2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/com.miguelmota.Cointop.json
2018-05-11 01:52:25 -07:00

27 lines
551 B
JSON

{
"app-id": "com.miguelmota.Cointop",
"runtime": "org.freedesktop.Platform",
"runtime-version": "1.6",
"sdk": "org.freedesktop.Sdk",
"command": "cointop",
"modules": [
{
"name": "cointop",
"buildsystem": "simple",
"build-commands": [
"install -D bin/linux/cointop /app/bin/cointop"
],
"sources": [
{
"type": "git",
"url": "https://github.com/miguelmota/cointop.git"
}
]
}
],
"finish-args": [
"--filesystem=home",
"--share=network"
]
}