community/gocryptfs: enable riscv64

This commit is contained in:
J0WI 2023-04-23 19:10:38 +02:00 committed by alice
parent 0e8cf6307d
commit 8ed931d4fe

View File

@ -5,8 +5,7 @@ pkgver=2.3.1
pkgrel=2 pkgrel=2
pkgdesc="Encrypted overlay filesystem written in Go" pkgdesc="Encrypted overlay filesystem written in Go"
url="https://github.com/rfjakob/gocryptfs" url="https://github.com/rfjakob/gocryptfs"
# riscv64 fails to build https://gitlab.alpinelinux.org/alpine/aports/-/issues/12793 arch="all"
arch="all !riscv64"
license="MIT" license="MIT"
makedepends="go bash openssl-dev>3" makedepends="go bash openssl-dev>3"
depends="fuse" depends="fuse"