aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/quixand/template
blob: 1dbaf18d8734f37174147d61d34e45d1100ec891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
}