Search Criteria
Package Details: pivy 0.10.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pivy.git (read-only, click to copy) |
---|---|
Package Base: | pivy |
Description: | Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption |
Upstream URL: | https://github.com/arekinath/pivy |
Licenses: | MPL2 |
Submitter: | arekinath |
Maintainer: | arekinath |
Last Packager: | arekinath |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-12 20:40 (UTC) |
Last Updated: | 2022-08-30 06:32 (UTC) |
Dependencies (11)
- libbsd (libbsd-git)
- libedit
- pcsclite (pcsclite-nopy, pcsclite-toolbox, pcsclite-git)
- cryptsetup (cryptsetup-keyscript, cryptsetup-git, cryptsetup-deluks, cryptsetup-nested-cryptkey, cryptsetup-sigfile-git, cryptsetup-sigfile) (make)
- json-c (json-c-git) (make)
- pam (pam-minimal-git, pam-selinux) (make)
- pkgconf (pkgconf-git) (make)
- zfs-utils (zfs-utils-rc, zfs-utils-raidz-expansion-git, zfs-linux-git, zfs-utils-git) (make)
- cryptsetup (cryptsetup-keyscript, cryptsetup-git, cryptsetup-deluks, cryptsetup-nested-cryptkey, cryptsetup-sigfile-git, cryptsetup-sigfile) (optional) – LUKS encrypted disk support (pivy-luks)
- pam (pam-minimal-git, pam-selinux) (optional) – PAM plugin (pam_pivy.so)
- zfs-utils (zfs-utils-rc, zfs-utils-raidz-expansion-git, zfs-linux-git, zfs-utils-git) (optional) – ZFS encrypted pool/fs support (pivy-zfs)
Latest Comments
arkades commented on 2020-12-02 16:03 (UTC) (edited on 2020-12-02 16:03 (UTC) by arkades)
I encountered compatibility issues with SRCDEST and prepare() and solved it by adding:
prepare() {
[ -d "$pkgname-$pkgver/libressl" ] && rm -rf "$pkgname-$pkgver/libressl"
mv "libressl-3.1.0" "$pkgname-$pkgver/libressl"
}
to my PKGBUILD