mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-30 19:24:36 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
28
shared-modules/linux-audio/stk.json
Normal file
28
shared-modules/linux-audio/stk.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "stk",
|
||||
"build-commands": [
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS -C src",
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS -C projects/effects libeffects",
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS -C projects/ragamatic libragamat",
|
||||
"make -j $FLATPAK_BUILDER_N_JOBS -C projects/eguitar libeguitar"
|
||||
],
|
||||
"post-install": [
|
||||
"sh ./stk-install.sh"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin/*",
|
||||
"/include",
|
||||
"*.a"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://ccrma.stanford.edu/software/stk/release/stk-4.6.1.tar.gz",
|
||||
"sha256": "e77ba3c80cdd93ca02c34098b9b7f918df3d648c87f1ed5d94fe854debd6d101"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"path": "patches/stk-install.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue