16 lines
469 B
Bash
16 lines
469 B
Bash
# Template file for 'glow'
|
|
pkgname=glow
|
|
version=1.4.1
|
|
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=ff6dfd7568f0bac5144ffa3a429ed956dcbdb531487ef6e38ac61365322c9601
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|