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.miguelmota.Cointop.json

23 lines
440 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 cointop /app/bin/cointop"
],
"sources": [
{
"type": "file",
"path": "bin/cointop"
}
]
}
]
}