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 +}