23 lines
521 B
JSON
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"
|
|
]
|
|
}
|