19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'tml'
|
|
pkgname=tml
|
|
version=0.6.1
|
|
revision=2
|
|
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/v${version}.tar.gz"
|
|
checksum=f9ee764c08481deca00a292ecec19c0987b68254cfc1a0f7f8b63528bfafee67
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|