community/gomplate: fix build with rootbld

This commit is contained in:
Sören Tempel 2024-03-11 02:29:41 +01:00
parent 173884a426
commit e403496ecd

View File

@ -8,6 +8,7 @@ arch="all"
license="MIT"
depends="ca-certificates"
makedepends="go"
options="net"
source="$pkgname-$pkgver.tar.gz::https://github.com/hairyhenderson/gomplate/archive/v$pkgver.tar.gz"
export GOFLAGS="$GOFLAGS -trimpath -modcacherw"