mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
17 lines
536 B
Plaintext
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
|
|
} |