From 3003f1c078c0d900b423f561ae151c7be74e0462 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 29 Oct 2018 00:06:03 -0500 Subject: [PATCH] New package: quixand-2012.12.24.1 --- srcpkgs/quixand/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/quixand/template diff --git a/srcpkgs/quixand/template b/srcpkgs/quixand/template new file mode 100644 index 00000000000..e036609e12e --- /dev/null +++ b/srcpkgs/quixand/template @@ -0,0 +1,18 @@ +# Template file for 'quixand' +pkgname=quixand +version=2012.12.24.1 +revision=1 +noarch=yes +depends="bash encfs" +short_desc="A tool for creating single-use unrecoverable encrypted sandboxes" +maintainer="Andy Weidenbaum " +license="GPL-2.0-only" +homepage="https://xyne.archlinux.ca/projects/quixand/" +distfiles="https://xyne.archlinux.ca/projects/quixand/src/${pkgname}-${version}.tar.xz" +checksum=3d8f1b03de824d5b9357b5479ecdfcdce22985671eac5234199fb4504cb2ba11 + +do_install() { + vbin quixand + vlicense COPYING + vman man/quixand.1.gz +}