You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/com.github.miguelmota.Coint...

27 lines
558 B
JSON

{
"app-id": "com.github.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"
]
}