mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-10 16:38:06 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
19
shared-modules/linux-audio/fluidsynth2.json
Normal file
19
shared-modules/linux-audio/fluidsynth2.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "fluidsynth",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/cmake",
|
||||
"/lib/pkgconfig",
|
||||
"/share/man",
|
||||
"*.so"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.4.tar.gz",
|
||||
"sha256": "1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue