void-packages/srcpkgs/tml/template

19 lines
575 B
Bash

# Template file for 'tml'
pkgname=tml
version=0.7.0
revision=1
build_style=go
go_import_path="github.com/liamg/tml"
go_package="github.com/liamg/tml/tml"
go_ldflags="-X github.com/liamg/tml/version.Version=v${version}"
short_desc="Tiny markup language for terminal output"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="Unlicense"
homepage="https://github.com/liamg/tml"
distfiles="https://github.com/liamg/tml/archive/refs/tags/v${version}.tar.gz"
checksum=68a87626aeba0859c39eebfe96d40db2d39615865bfe55e819feda3c7c9e1824
post_install() {
vlicense LICENSE
}