testing/pam-pkcs11: split -systemd

This commit is contained in:
Achill Gilgenast 2025-11-16 15:26:45 +01:00
parent 821f1482f9
commit f465c93076

View File

@ -1,13 +1,13 @@
# Maintainer: pfzetto <info@pfzetto.de>
pkgname=pam-pkcs11
pkgver=0.6.13
pkgrel=0
pkgrel=1
pkgdesc="This Linux-PAM login module allows a X.509 certificate based user login"
url="https://github.com/OpenSC/pam_pkcs11"
arch="all"
license="LGPL-2.1"
makedepends="automake autoconf libtool linux-pam-dev openssl-dev pcsc-lite-dev"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-systemd"
source="https://github.com/OpenSC/pam_pkcs11/archive/refs/tags/pam_pkcs11-$pkgver.tar.gz"
builddir="$srcdir/pam_pkcs11-pam_pkcs11-$pkgver"