mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: glow-0.2.0
This commit is contained in:
parent
68de84885b
commit
3050173deb
1 changed files with 16 additions and 0 deletions
16
srcpkgs/glow/template
Normal file
16
srcpkgs/glow/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'glow'
|
||||||
|
pkgname=glow
|
||||||
|
version=0.2.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=031a47a06767373ae7d0ad3b6dfd64075b93d66a8a980a7250358fc5f30d05f4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue