17 lines
495 B
Bash
17 lines
495 B
Bash
# Template file for 'quixand'
|
|
pkgname=quixand
|
|
version=2020
|
|
revision=2
|
|
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.dev/projects/quixand"
|
|
distfiles="https://xyne.dev/projects/quixand/src/${pkgname}-${version}.tar.xz"
|
|
checksum=470fac15b0f4f9c6e4cdf2be360cb4e9325ec319494991e8550b3d1d0b0226e1
|
|
|
|
do_install() {
|
|
vbin quixand
|
|
vman man/quixand.1.gz
|
|
}
|