NOT WORKING. Intial flatpak manifest.
This commit is contained in:
parent
c2d0254a06
commit
be7b89dffb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ Cargo.lock
|
||||
*.gresource
|
||||
_build
|
||||
vendor/
|
||||
.flatpak-builder/
|
||||
|
||||
37
org.gnome.Hammond.json
Normal file
37
org.gnome.Hammond.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"app-id": "org.gnome.Hammond",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "3.26",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
|
||||
"command": "hammond",
|
||||
"finish-args": [
|
||||
"--share=network",
|
||||
"--socket=x11",
|
||||
"--socket=wayland",
|
||||
"--talk-name=org.freedesktop.Notifications"
|
||||
],
|
||||
"build-options" : {
|
||||
"env": {
|
||||
"CARGO_HOME": "/run/build/Hammond/cargo"
|
||||
},
|
||||
"build-args": [ "--share=network" ]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "Hammond",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"source /usr/lib/sdk/rust-stable/enable.sh && ./configure --prefix=/app && make && make install"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/alatiera/Hammond.git",
|
||||
"branch": "master"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user