mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
22 lines
579 B
Plaintext
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
|
|
} |