FreeRDP/packaging/flatpak/modules/pcsc-1.9.9.json
2023-08-04 12:59:11 +02:00

23 lines
521 B
JSON

{
"name": "pcsc",
"config-opts": [
"--disable-libsystemd",
"--enable-pic",
"--disable-libusb",
"--enable-shared",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/LudovicRousseau/PCSC.git",
"tag": "1.9.9",
"commit": "15c16c7796607b1c8a2ce253d3f536918ab26b4a"
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
}