mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
27 lines
558 B
JSON
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"
|
|
]
|
|
}
|