gocryptfs: update to 1.7
This commit is contained in:
parent
0b30a6b8e3
commit
ff445dfd3a
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'gocryptfs'
|
# Template file for 'gocryptfs'
|
||||||
pkgname=gocryptfs
|
pkgname=gocryptfs
|
||||||
version=1.6.1
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
hostmakedepends="pandoc man-db"
|
|
||||||
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>"
|
||||||
|
@ -14,10 +13,9 @@ license="MIT"
|
||||||
homepage="https://nuetzlich.net/gocryptfs"
|
homepage="https://nuetzlich.net/gocryptfs"
|
||||||
changelog="https://github.com/rfjakob/gocryptfs#changelog"
|
changelog="https://github.com/rfjakob/gocryptfs#changelog"
|
||||||
distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz"
|
distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz"
|
||||||
checksum=fcaaf59cf7b062a6e216d2fcf69f374254018a9b8f99ae3177ac985f05b6c37b
|
checksum=2d1a2cfd072d554a28ee6e6807474b00ac710fb1aaf7aa81f3d8e94e80f6a703
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense $GOSRCPATH/LICENSE
|
vlicense $GOSRCPATH/LICENSE
|
||||||
$GOSRCPATH/Documentation/MANPAGE-render.bash
|
|
||||||
vman $GOSRCPATH/Documentation/gocryptfs.1
|
vman $GOSRCPATH/Documentation/gocryptfs.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue