2018-11-10 19:03:07 +01:00
|
|
|
# Template file for 'gocryptfs'
|
|
|
|
pkgname=gocryptfs
|
2018-12-21 02:32:47 +01:00
|
|
|
version=1.6.1
|
2018-11-10 19:03:07 +01:00
|
|
|
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"
|
2018-12-21 02:32:47 +01:00
|
|
|
checksum=fcaaf59cf7b062a6e216d2fcf69f374254018a9b8f99ae3177ac985f05b6c37b
|
2018-11-10 19:03:07 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense $GOSRCPATH/LICENSE
|
|
|
|
$GOSRCPATH/Documentation/MANPAGE-render.bash
|
|
|
|
vman $GOSRCPATH/Documentation/gocryptfs.1
|
|
|
|
}
|