22 lines
787 B
Bash
22 lines
787 B
Bash
# Template file for 'gocryptfs'
|
|
pkgname=gocryptfs
|
|
version=2.3
|
|
revision=1
|
|
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="fuse"
|
|
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=945e3287311547f9227f4a5b5d051fd6df8b8b41ce2a65f424de9829cc785129
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman Documentation/gocryptfs.1
|
|
}
|