Skip to content
Snippets Groups Projects
Unverified Commit acb34b73 authored by alice's avatar alice
Browse files

testing/hledger-timeclock: fix goflags

parent de37660c
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -13,14 +13,14 @@ subpackages="$pkgname-bash-completion
$pkgname-fish-completion"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~dhruvin/hledger-timeclock/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="!check" # no tests
options="!check chmod-clean" # no tests
export GOCACHE="$srcdir/go-cache"
export GOTMPDIR="$srcdir"
export GOMODCACHE="$srcdir/go"
build() {
make all
make GOFLAGS="$GOFLAGS" all
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment