8368dd5263
homepage has to be literal URL to be displayed correctly on https://repo.voidlinux.eu/void-updates/void-updates.txt Closes #14742. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'chroma'
|
|
pkgname=chroma
|
|
version=0.3.0
|
|
revision=3
|
|
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://github.com/alecthomas/chroma"
|
|
checksum=c48ce658a25f3422b4c493d769b823b2eb5ce9c19748ccff304bad4099ee54f3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vdoc README.md
|
|
}
|