New package: gocryptfs-1.6

This commit is contained in:
Mustaqim Malim 2018-11-10 20:03:07 +02:00 committed by maxice8
parent 72a31f8666
commit 3cad55c00c

View file

@ -0,0 +1,23 @@
# Template file for 'gocryptfs'
pkgname=gocryptfs
version=1.6
revision=1
wrksrc="${pkgname}_v${version}_src-deps"
build_style=go
go_import_path="github.com/rfjakob/gocryptfs"
go_build_tags="without_openssl"
hostmakedepends="pandoc man-db"
depends="fuse"
short_desc="Encrypted overlay filesystem written in Go"
maintainer="mustaqim <mustaqim+void@pm.me>"
license="MIT"
homepage="https://nuetzlich.net/gocryptfs"
changelog="https://github.com/rfjakob/gocryptfs#changelog"
distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz"
checksum=98ff3bc0497ca195f65fa5912ebab33a0f80aa27205b0b35e73908d23dcefbe6
post_install() {
vlicense $GOSRCPATH/LICENSE
$GOSRCPATH/Documentation/MANPAGE-render.bash
vman $GOSRCPATH/Documentation/gocryptfs.1
}