1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Initial Tenacity Flatpak

Closes https://github.com/tenacityteam/tenacity/issues/493

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
This commit is contained in:
TheEvilSkeleton
2021-08-27 20:16:41 -04:00
committed by Sol Fisher Romanoff
parent 1b2c9038a4
commit e8812b1d66
8 changed files with 330 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "suil",
"buildsystem": "simple",
"build-commands": [
"python3 ./waf configure --prefix=/app",
"python3 ./waf build -j $FLATPAK_BUILDER_N_JOBS",
"python3 ./waf install"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"url": "http://download.drobilla.net/suil-0.10.10.tar.bz2",
"sha256": "750f08e6b7dc941a5e694c484aab02f69af5aa90edcc9fb2ffb4fb45f1574bfb"
}
],
"post-install": [
"install -Dm644 -t /app/share/licenses/suil COPYING"
],
"cleanup": [
"/bin",
"/etc",
"/include",
"/share/man"
]
}