mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
gocryptfs: update to 2.4.0, enable OpenSSL
This commit is contained in:
parent
85e60cdfa2
commit
fcf53a6429
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'gocryptfs'
|
# Template file for 'gocryptfs'
|
||||||
pkgname=gocryptfs
|
pkgname=gocryptfs
|
||||||
version=2.3.1
|
version=2.4.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/rfjakob/gocryptfs/v2"
|
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)"
|
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel"
|
||||||
depends="fuse3"
|
depends="fuse3"
|
||||||
short_desc="Encrypted overlay filesystem written in Go"
|
short_desc="Encrypted overlay filesystem written in Go"
|
||||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||||
|
@ -13,7 +14,7 @@ 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/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz"
|
distfiles="https://github.com/rfjakob/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz"
|
||||||
checksum=62a856a9771307b34a75a1e9ab9489abe4a4e7e7f9230c2b1046ca037ea2ba50
|
checksum=45158daf20df7f94e0c9ec57ba07af21df2e25e15b8584bf3c7de96adbbc2efd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue