mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-06 14:26:07 +00:00
21 lines
547 B
JSON
21 lines
547 B
JSON
{
|
|
"name": "lv2",
|
|
"buildsystem": "meson",
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/share"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://lv2plug.in/spec/lv2-1.18.10.tar.xz",
|
|
"sha256": "78c51bcf21b54e58bb6329accbb4dae03b2ed79b520f9a01e734bd9de530953f"
|
|
}
|
|
],
|
|
"post-install": [
|
|
"install -Dm644 -t $FLATPAK_DEST/share/licenses/lv2 ../COPYING",
|
|
"ln -sf lv2.pc $FLATPAK_DEST/lib/pkgconfig/lv2core.pc"
|
|
]
|
|
}
|