mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-07 23:06:06 +00:00
20 lines
533 B
JSON
20 lines
533 B
JSON
|
{
|
||
|
"name": "libusb",
|
||
|
"config-opts": [ "--disable-static" ],
|
||
|
"cleanup": [
|
||
|
"/lib/*.la",
|
||
|
"/lib/pkgconfig",
|
||
|
"/include"
|
||
|
],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "archive",
|
||
|
"url": "https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2",
|
||
|
"sha256": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
|
||
|
}
|
||
|
],
|
||
|
"post-install": [
|
||
|
"install -Dm644 COPYING ${FLATPAK_DEST}/share/licenses/libusb/COPYING"
|
||
|
]
|
||
|
}
|