void-packages/srcpkgs/chroma/template
2019-07-13 09:52:22 +02:00

19 lines
556 B
Bash

# Template file for 'chroma'
pkgname=chroma
version=0.6.4
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=159230a97fad2c2eb052141dacd96a3e09e387f9318168fbf89278cf30c2b77c
post_install() {
vlicense COPYING
vdoc README.md
}