void-packages/srcpkgs/chroma/template
2018-12-22 04:37:37 -02:00

19 lines
558 B
Bash

# Template file for 'chroma'
pkgname=chroma
version=0.6.1
revision=1
build_style=go
go_import_path="github.com/alecthomas/${pkgname}"
go_package="${go_import_path}/cmd/chroma"
hostmakedepends="git"
short_desc="A 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=40272f393a13f35df7120b2f429a8c1060bfce0982b89993cc0a35edb4738022
post_install() {
vlicense COPYING
vdoc README.md
}