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,15 @@
{
"name": "opensc",
"buildsystem": "autotools",
"cleanup": [],
"config-opts": [
"CFLAGS=-Wno-error"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/OpenSC/OpenSC/releases/download/0.25.0/opensc-0.25.0.tar.gz",
"sha256": "e6d7b66e2a508a377ac9d67aa463025d3c54277227be10bd08872e3407d6622f"
}
]
}