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...

28 lines
622 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",
"commit": "48f0067b8242ea60d5981152977c381a2aa13c6e"
}
]
}
],
"finish-args": [
"--filesystem=home",
"--share=network"
]
}