17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'quixand'
|
|
pkgname=quixand
|
|
version=2020
|
|
revision=1
|
|
archs=noarch
|
|
depends="bash encfs"
|
|
short_desc="Tool for creating single-use unrecoverable encrypted sandboxes"
|
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
|
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=470fac15b0f4f9c6e4cdf2be360cb4e9325ec319494991e8550b3d1d0b0226e1
|
|
|
|
do_install() {
|
|
vbin quixand
|
|
vman man/quixand.1.gz
|
|
}
|