arch/pkg/de-p1st-smartcard/PKGBUILD

32 lines
768 B
Bash
Raw Normal View History

2021-04-29 14:24:28 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=smartcard
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc="Configuration to use smartcards"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
groups=()
2021-04-29 14:31:15 +02:00
depends=('ccid' 'opensc' 'systemd' 'holo' 'de-p1st-gnupg')
2021-04-29 14:24:28 +02:00
makedepends=('git')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install='.install'
changelog=
source=("git+${url}.git")
noextract=()
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
2021-04-29 14:31:15 +02:00
install -Dm0544 opensc.conf.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/opensc.conf.holoscript
install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/"$pkgname".preset
2021-04-29 14:24:28 +02:00
}