void-packages/srcpkgs/glow/template
2021-03-14 11:57:10 -03:00

16 lines
469 B
Bash

# Template file for 'glow'
pkgname=glow
version=1.4.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}.tar.gz"
checksum=97d373e002332e54e2fb808ea38f098ca49e2b88038c115bd6d33d0b3b921495
post_install() {
vlicense LICENSE
}