{ "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" ] }