19 lines
567 B
Bash
19 lines
567 B
Bash
# Template file for 'tml'
|
|
pkgname=tml
|
|
version=0.6.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=${TRAVIS_TAG}"
|
|
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=80c5113447ee0f4aea0339184e6f393b135c62c985c788baf7e0fa4b9f7c2c48
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|