bundeled freerdp so no external bindings are nessesary

This commit is contained in:
2024-11-19 16:05:48 +01:00
parent 17e1354475
commit 299fbb93be
12 changed files with 239 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
{
"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.27/libusb-1.0.27.tar.bz2",
"sha256": "ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575"
}
],
"post-install": [
"install -Dm644 COPYING /app/share/licenses/libusb/COPYING"
]
}