# Maintainer: Gabriel A. Giovanini pkgname=qtc pkgver=1.7.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" # disabled for now build() { go build ./qtc/main.go } #check() { # go test ./... #} package() { install -Dm755 main "$pkgdir"/usr/bin/qtc } sha512sums=" b7f700bafcb63d7c86741579234a32b470aa671993235ea2806545f8a4e3cf23c4464489b73af08ce2e0d8ec2185dadb24e3d73f47403d7cd02b0da9f46497da qtc-1.7.0.tar.gz "