void-packages/srcpkgs/chroma/template
2019-03-25 10:31:23 -03:00

19 lines
556 B
Bash

# Template file for 'chroma'
pkgname=chroma
version=0.6.3
revision=1
build_style=go
go_import_path="github.com/alecthomas/${pkgname}"
go_package="${go_import_path}/cmd/chroma"
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://${go_import_path}/archive/v${version}.tar.gz"
checksum=4f60270c67a7e5327075b909f2fb0a0f3a8479941ef4257f346b6b2db9f38175
post_install() {
vlicense COPYING
vdoc README.md
}