xfce4/volume_key/Pkgfile

17 lines
536 B
Plaintext

# Description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool
# URL: https://pagure.io/volume_key
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gpgme cryptsetup nss
name=volume_key
version=0.3.10
release=1
source=(https://releases.pagure.org/volume_key/volume_key-0.3.10.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}