Package Details: pivy 0.11.2-1

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: 2023-11-21 04:40 (UTC)

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