Files
FedDIY/flatpak/app.flatpak.json

23 lines
581 B
JSON

{
"app-id": "com.moturpin.fediy",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "fediy",
"modules": [
{
"name": "fediy",
"buildsystem": "simple",
"build-commands": [
"cargo build --release",
"install -Dm755 target/release/fediy /app/bin/fediy"
],
"sources": [
{
"type": "dir",
"path": ".."
}
]
}
]
}