# Template file for 'gocryptfs'
pkgname=gocryptfs
version=1.7
revision=2
wrksrc="${pkgname}_v${version}_src-deps"
build_style=go
go_import_path="github.com/rfjakob/gocryptfs"
go_build_tags="without_openssl"
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
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=2d1a2cfd072d554a28ee6e6807474b00ac710fb1aaf7aa81f3d8e94e80f6a703

post_install() {
	vlicense $GOSRCPATH/LICENSE
	vman $GOSRCPATH/Documentation/gocryptfs.1
}