# Template file for 'tml'
pkgname=tml
version=0.7.1
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="Orphaned <orphan@voidlinux.org>"
license="Unlicense"
homepage="https://github.com/liamg/tml"
distfiles="https://github.com/liamg/tml/archive/refs/tags/v${version}.tar.gz"
checksum=45824c36e810c568365d7f04c69900a0ef1abb46644f94a054cfe2d160999320

post_install() {
	vlicense LICENSE
}
