19 lines
522 B
Bash
19 lines
522 B
Bash
# Template file for 'tml'
|
|
pkgname=tml
|
|
version=0.3.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/liamg/tml"
|
|
go_package="github.com/liamg/tml/tml"
|
|
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=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|