[ci,packaging] drop pkcs11-helper

no longer needed.
This commit is contained in:
Armin Novak
2025-12-11 09:33:24 +01:00
parent 7c34860985
commit 4ed011381b
3 changed files with 0 additions and 28 deletions

View File

@@ -39,7 +39,6 @@ jobs:
v4l_compat \
libv4l \
uriparser \
pkcs11-helper \
ffmpeg \
pulseaudio \
pcsc-lite \

View File

@@ -48,7 +48,6 @@
"modules/pcsc.json",
"modules/krb5.json",
"modules/opensc.json",
"modules/pkcs11-helper.json",
"modules/SDL3.json",
"modules/SDL3_image.json",
"modules/SDL3_ttf.json",

View File

@@ -1,26 +0,0 @@
{
"buildsystem": "autotools",
"name": "pkcs11-helper",
"sources": [
{
"sha256": "076c9f664812a45f2da25efc157338b0b8bb1949117f0144050fec176b6fdf78",
"type": "archive",
"url":
"https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-1.30.0.tar.gz",
"x-checker-data": {
"project-id": 91990,
"stable-only": true,
"type": "anitya",
"url-template":
"https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-$version.tar.gz"
}
},
{
"commands": [
"autoreconf -vfi"
],
"dest-filename": "autogen.sh",
"type": "script"
}
]
}