void-packages/srcpkgs/chroma/template
2021-06-17 02:24:40 -03:00

25 lines
666 B
Bash

# Template file for 'chroma'
pkgname=chroma
version=0.9.2
revision=1
build_style=go
go_import_path="github.com/alecthomas/${pkgname}"
go_package="${go_import_path}/cmd/chroma"
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
hostmakedepends="git"
short_desc="General purpose syntax highlighter"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/alecthomas/chroma"
distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz"
checksum=a669dcfd1f53c36fd952e290ed19371f60fa4905a9abdedf9e4d70a38b0e61f8
do_check() {
go test -v
}
post_install() {
vlicense COPYING
vdoc README.md
}