gocryptfs: set correct version information in final binary

This commit is contained in:
mustaqim 2019-04-05 08:21:33 +02:00 committed by maxice8
parent 1172cad11a
commit bcd29273a4

View file

@ -1,11 +1,12 @@
# Template file for 'gocryptfs' # Template file for 'gocryptfs'
pkgname=gocryptfs pkgname=gocryptfs
version=1.7 version=1.7
revision=1 revision=2
wrksrc="${pkgname}_v${version}_src-deps" wrksrc="${pkgname}_v${version}_src-deps"
build_style=go build_style=go
go_import_path="github.com/rfjakob/gocryptfs" go_import_path="github.com/rfjakob/gocryptfs"
go_build_tags="without_openssl" 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" depends="fuse"
short_desc="Encrypted overlay filesystem written in Go" short_desc="Encrypted overlay filesystem written in Go"
maintainer="mustaqim <mustaqim+void@pm.me>" maintainer="mustaqim <mustaqim+void@pm.me>"