Add flatpak file, unused but functional
This commit is contained in:
parent
c07a9b2659
commit
984ff56664
1 changed files with 36 additions and 0 deletions
36
flatpak/io.github.mdiluz.Rove.json
Normal file
36
flatpak/io.github.mdiluz.Rove.json
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"app-id": "io.github.mdiluz.Rove",
|
||||||
|
"runtime": "org.freedesktop.Platform",
|
||||||
|
"runtime-version": "19.08",
|
||||||
|
"sdk": "org.freedesktop.Sdk",
|
||||||
|
"sdk-extensions" : [
|
||||||
|
"org.freedesktop.Sdk.Extension.golang"
|
||||||
|
],
|
||||||
|
"finish-args" : [
|
||||||
|
"--share=network"
|
||||||
|
],
|
||||||
|
"command": "rove",
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "rove",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"build-options": {
|
||||||
|
"env": {
|
||||||
|
"GOBIN": "/app/bin/"
|
||||||
|
},
|
||||||
|
"build-args": [
|
||||||
|
"--share=network"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-commands" : [
|
||||||
|
". /usr/lib/sdk/golang/enable.sh; make install"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "dir",
|
||||||
|
"path": ".."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue