27 lines
638 B
JSON
27 lines
638 B
JSON
|
{
|
||
|
"id": "app.hackclub.conzie.Jot",
|
||
|
"runtime": "org.gnome.Platform",
|
||
|
"runtime-version": "44",
|
||
|
"sdk": "org.gnome.Sdk",
|
||
|
"command": "jot",
|
||
|
"finish-args": [
|
||
|
"--share=network",
|
||
|
"--share=ipc",
|
||
|
"--filesystem=home"
|
||
|
],
|
||
|
"modules": [
|
||
|
{
|
||
|
"name": "jot",
|
||
|
"buildsystem": "meson",
|
||
|
"config-opts": ["-Dprefix=/app"],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://git.hackclub.app/conzer12/jot.git",
|
||
|
"branch": "main"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
|
||
|
}
|