This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
2024-02-14 19:28:06 +00:00
|
|
|
{
|
|
|
|
"id": "org.hectabit.PageBurger",
|
|
|
|
"runtime": "org.gnome.Platform",
|
2024-02-14 19:29:14 +00:00
|
|
|
"runtime-version": "45",
|
2024-02-14 19:28:06 +00:00
|
|
|
"sdk": "org.gnome.Sdk",
|
|
|
|
"command": "pageburger",
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "PageBurger",
|
|
|
|
"buildsystem": "simple",
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://centrifuge.hectabit.org/HectaBit/PageBurger-App.git",
|
2024-02-14 19:35:47 +00:00
|
|
|
"branch": "main"
|
2024-02-14 19:28:06 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"build-commands": [
|
2024-02-14 19:38:52 +00:00
|
|
|
"./install.sh"
|
2024-02-14 19:28:06 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|