ports/contrib (3.5): volume_key: initial commit, version 0.3.12
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 0f3bee73f75c414e8128e1d4bab035a7b18907d9 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 23:28:51 2020 +0000 volume_key: initial commit, version 0.3.12 diff --git a/volume_key/.footprint b/volume_key/.footprint new file mode 100644 index 000000000..f64645c71 --- /dev/null +++ b/volume_key/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/volume_key +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/volume_key/ +-rw-r--r-- root/root usr/include/volume_key/libvolume_key.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libvolume_key.la +lrwxrwxrwx root/root usr/lib/libvolume_key.so -> libvolume_key.so.1.2.3 +lrwxrwxrwx root/root usr/lib/libvolume_key.so.1 -> libvolume_key.so.1.2.3 +-rwxr-xr-x root/root usr/lib/libvolume_key.so.1.2.3 +drwxr-xr-x root/root usr/lib/python3.7/ +drwxr-xr-x root/root usr/lib/python3.7/site-packages/ +drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/volume_key.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/volume_key.cpython-37.pyc +-rwxr-xr-x root/root usr/lib/python3.7/site-packages/_volume_key.la +-rwxr-xr-x root/root usr/lib/python3.7/site-packages/_volume_key.so +-rw-r--r-- root/root usr/lib/python3.7/site-packages/volume_key.py +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/volume_key.8.gz diff --git a/volume_key/.md5sum b/volume_key/.md5sum new file mode 100644 index 000000000..95ef64786 --- /dev/null +++ b/volume_key/.md5sum @@ -0,0 +1 @@ +200591290173c3ea71528411838f9080 volume_key-0.3.12.tar.xz diff --git a/volume_key/.signature b/volume_key/.signature new file mode 100644 index 000000000..1b2f90e5e --- /dev/null +++ b/volume_key/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3+Gh702XvQ3W//fokX0L4eDbumAQ8skdmnfs68vang4DbMyxiwMzR+fkmZAlfoUEQdhetO7A0pGWj0ouD2A12ws= +SHA256 (Pkgfile) = 077e8ccf74a21ce42f51de6d8ad3a8ff34a7f79f0c7891a3eb5cfd3b0693ee93 +SHA256 (.footprint) = e5268958249cbb06bebeee7d3d7553ca02fcbdd8e67bf0739df61adfa5836dec +SHA256 (volume_key-0.3.12.tar.xz) = 6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b diff --git a/volume_key/Pkgfile b/volume_key/Pkgfile new file mode 100644 index 000000000..a9e22ad99 --- /dev/null +++ b/volume_key/Pkgfile @@ -0,0 +1,18 @@ +# Description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases +# URL: https://pagure.io/volume_key +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: cryptsetup gpgme 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 +}
participants (1)
-
crux@crux.nu