22 lines
790 B
Bash
22 lines
790 B
Bash
# Template file for 'gocryptfs'
|
|
pkgname=gocryptfs
|
|
version=2.3.1
|
|
revision=4
|
|
build_style=go
|
|
go_import_path="github.com/rfjakob/gocryptfs/v2"
|
|
go_build_tags="without_openssl"
|
|
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
|
|
depends="fuse3"
|
|
short_desc="Encrypted overlay filesystem written in Go"
|
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://nuetzlich.net/gocryptfs"
|
|
changelog="https://github.com/rfjakob/gocryptfs#changelog"
|
|
distfiles="https://github.com/rfjakob/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz"
|
|
checksum=62a856a9771307b34a75a1e9ab9489abe4a4e7e7f9230c2b1046ca037ea2ba50
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman Documentation/gocryptfs.1
|
|
}
|