void-packages/srcpkgs/glow/template
2021-02-25 15:26:32 -03:00

16 lines
479 B
Bash

# Template file for 'glow'
pkgname=glow
version=1.3.0
revision=1
build_style=go
go_import_path=github.com/charmbracelet/glow
short_desc="Render markdown on the CLI, with pizzazz"
maintainer="klardotsh <josh@klar.sh>"
license="MIT"
homepage="https://github.com/charmbracelet/glow"
distfiles="https://github.com/charmbracelet/glow/archive/v${version}${_status}.tar.gz"
checksum=828d8453f026a24cd7a6dcf8d97213fe713cadcfab7ca969d5f4c8338d88bb86
post_install() {
vlicense LICENSE
}