[flatpak] added opensc to build

This commit is contained in:
akallabeth 2023-09-29 09:02:58 +02:00 committed by akallabeth
parent 9cff6e9366
commit f4b5eab753
2 changed files with 16 additions and 0 deletions

View File

@ -49,6 +49,7 @@
"modules/pcsc-1.9.9.json",
"modules/pkcs11-helper-1.29.0.json",
"modules/krb5-1.21.1.json",
"modules/opensc-0.23.0.json",
{
"name": "freerdp",
"buildsystem": "cmake-ninja",

View File

@ -0,0 +1,15 @@
{
"name": "opensc",
"buildsystem": "autotools",
"cleanup": [
],
"config-opts": [
],
"sources": [
{
"type": "archive",
"url": "https://github.com/OpenSC/OpenSC/releases/download/0.23.0/opensc-0.23.0.tar.gz",
"sha256": "a4844a6ea03a522ecf35e49659716dacb6be03f7c010a1a583aaf3eb915ed2e0"
}
]
}