xfce4/volume_key/Pkgfile
2019-12-08 20:06:53 +01:00

22 lines
579 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
# Packager: Matt Housh, jaeger at crux dot ninja
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: gpgme cryptsetup nss
name=volume_key
version=0.3.12
release=1
source=(https://releases.pagure.org/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}