New package: quixand-2012.12.24.1

This commit is contained in:
Andy Weidenbaum 2018-10-29 00:06:03 -05:00 committed by maxice8
parent 6179b80d4c
commit 3003f1c078

18
srcpkgs/quixand/template Normal file
View file

@ -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 <archbaum@gmail.com>"
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
}