This repository has been archived on 2025-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
Ion-Todo-Planner/flatpak-mainfest.json
2024-03-28 22:44:33 +01:00

62 lines
1.5 KiB
JSON

{
"id": "com.ione15.ion_todo_planner",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"name": "com.ione15.ion_todo_planner",
"buildsystem": "simple",
"command": "main.py",
"build-commands": [
"pip3 install --prefix=${FLATPAK_DEST} ."
],
"sources": [
{
"type": "git",
"url": "https://github.com/iwalton3/tkinter-standalone",
"commit": "d9cb97c5bd4f814c73678366e0e48220776b6ad3"
}
],
"modules": [
{
"name": "main",
"buildsystem": "simple",
"build-commands": [
"install -D main.py /app/bin/main.py"
],
"sources": [
{
"type": "file",
"path": "main.py"
}
]
},
{
"name": "tcl8.6",
"sources": [
{
"type": "archive",
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6"
}
],
"subdir": "unix",
"post-install": [
"chmod +w ${FLATPAK_DEST}/lib/libtcl8.6.so"
]
},
{
"name": "tk8.6",
"sources": [
{
"type": "archive",
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630"
}
],
"subdir": "unix",
"post-install": [
"chmod +w ${FLATPAK_DEST}/lib/libtk8.6.so"
]
}
]
}