New package: chroma-0.3.0

Closes: #12639 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Daniel Lewan 2018-03-18 13:45:36 +01:00 committed by Jürgen Buchmüller
parent 1fb89f7a11
commit ace0c589cd
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

19
srcpkgs/chroma/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'chroma'
pkgname=chroma
version=0.3.0
revision=1
build_style=go
hostmakedepends="git"
go_import_path="github.com/alecthomas/${pkgname}"
go_package="${go_import_path}/cmd/chroma"
short_desc="A general purpose syntax highlighter"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
homepage="https://${go_import_path}"
checksum=c48ce658a25f3422b4c493d769b823b2eb5ce9c19748ccff304bad4099ee54f3
post_install() {
vlicense COPYING
vdoc README.md
}