# Maintainer: Gabriel A. Giovanini pkgname=qtc pkgver=1.8.0 pkgrel=1 pkgdesc="Template compiler (converter) for quicktemplate" url="https://github.com/valyala/quicktemplate/tree/master" arch="x86_64" 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 net " build() { go build ./qtc/main.go } #check() { # go test ./... #} package() { install -Dm755 main "$pkgdir"/usr/bin/qtc } sha512sums=" 422df3af829e6d067b5106a2cb670034ac1e9ec889cb2a1409c45d4836ecdded2f753611984b0cf5e9c0ddf957a7b51e05e0dfc981010350e23f480a6162533e qtc-1.8.0.tar.gz "