mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/autobrr: add go cache variables
This commit is contained in:
parent
75528d8dc4
commit
ddbbbe036f
@ -2,7 +2,7 @@
|
||||
# Maintainer: Fabricio Silva <hi@fabricio.dev>
|
||||
pkgname=autobrr
|
||||
pkgver=1.25.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The modern download automation tool for torrents"
|
||||
url="https://autobrr.com/"
|
||||
arch="x86_64 aarch64 armv7"
|
||||
@ -17,6 +17,11 @@ source="
|
||||
autobrr.confd
|
||||
"
|
||||
|
||||
export CGO_ENABLED=0
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user