community/tea: fix build

This commit is contained in:
psykose 2023-05-10 03:10:12 +00:00
parent fd474fce31
commit a1a4985df5

View File

@ -13,6 +13,7 @@ source="$pkgname-$pkgver.tar.gz::https://gitea.com/gitea/tea/archive/v$pkgver.ta
bash_autocomplete bash_autocomplete
" "
builddir="$srcdir/$pkgname" builddir="$srcdir/$pkgname"
options="chmod-clean"
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}" export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"