diff options
Diffstat (limited to 'apks/qtc/APKBUILD')
-rw-r--r-- | apks/qtc/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apks/qtc/APKBUILD b/apks/qtc/APKBUILD index cbf570d..d330246 100644 --- a/apks/qtc/APKBUILD +++ b/apks/qtc/APKBUILD @@ -9,14 +9,15 @@ license="MIT" makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/valyala/quicktemplate/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/quicktemplate-$pkgver" +options="!check" # disabled for now build() { go build ./qtc/main.go } -check() { - go test ./... -} +#check() { +# go test ./... +#} package() { install -Dm755 main "$pkgdir"/usr/bin/qtc |