flatpak/shared-modules/linux-audio/libinstpatch.json
2024-03-07 20:28:57 -03:00

19 lines
454 B
JSON

{
"name": "libinstpatch",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DLIB_SUFFIX="
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/doc"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/swami/libinstpatch/archive/v1.1.6.tar.gz",
"sha256": "8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299"
}
]
}