mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
gnupg and smartcard packages (2)
This commit is contained in:
parent
545b7dccce
commit
8895c1c745
@ -9,7 +9,7 @@ arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=('networkmanager')
|
||||
depends=('networkmanager' 'systemd')
|
||||
makedepends=('git')
|
||||
optdepends=()
|
||||
provides=()
|
||||
|
@ -9,7 +9,7 @@ arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=('ccid' 'opensc' 'holo' 'de-p1st-gnupg')
|
||||
depends=('ccid' 'opensc' 'systemd' 'holo' 'de-p1st-gnupg')
|
||||
makedepends=('git')
|
||||
optdepends=()
|
||||
provides=()
|
||||
@ -26,8 +26,6 @@ sha256sums=('SKIP')
|
||||
package() {
|
||||
cd "${_reponame}/pkg/${pkgname}"
|
||||
|
||||
# use HOLO
|
||||
# HOLO, SYSTEMD hooks
|
||||
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user