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
pkgdesc="Encrypted overlay filesystem written in Go"
url="https://github.com/rfjakob/gocryptfs"
# riscv64 fails to build https://gitlab.alpinelinux.org/alpine/aports/-/issues/12793
arch="all !riscv64"
arch="all"
license="MIT"
makedepends="go bash openssl-dev>3"
depends="fuse"