void-packages/srcpkgs/tml/template
2021-01-29 18:04:24 -03:00

19 lines
589 B
Bash

# Template file for 'tml'
pkgname=tml
version=0.4.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}"
hostmakedepends="git"
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=b0c421ec8f3c3fcbdfbabe1a07c71ce5fd572a8f34181b8d032dff1a297d458b
post_install() {
vlicense LICENSE
}