mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-04-24 13:49:09 +08:00
22 lines
No EOL
557 B
JSON
Executable file
22 lines
No EOL
557 B
JSON
Executable file
{
|
|
"app-id": "com.bohdanbobrowski.blog2epub",
|
|
"runtime": "org.freedesktop.Platform",
|
|
"runtime-version": "1.6",
|
|
"sdk": "org.freedesktop.Sdk",
|
|
"command": "blog2epubgtk.py",
|
|
"modules": [
|
|
{
|
|
"name": "blog2epub",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"install -D hello.sh /app/bin/hello.sh"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"path": "hello.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |