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