Files
FreeRDP/packaging/flatpak/modules/pcsc.json
2025-02-25 16:25:15 +01:00

30 lines
673 B
JSON

{
"cleanup": [
"/share/doc",
"/share/man"
],
"config-opts": [
"--disable-libsystemd",
"--enable-pic",
"--disable-libusb",
"--enable-shared",
"--disable-polkit",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"name": "pcsc",
"sources": [
{
"sha256": "7fcb59f66a323f63cf1ab492579a57d899806835c52ba377af9ac57df68bf39b",
"type": "archive",
"url": "https://github.com/LudovicRousseau/PCSC/archive/refs/tags/2.3.1.tar.gz",
"x-checker-data": {
"project-id": 2611,
"stable-only": true,
"type": "anitya",
"url-template":
"https://github.com/LudovicRousseau/PCSC/tags/${version0}.${version1}.${version2}"
}
}
]
}