tml: update to 0.4.0.
This commit is contained in:
parent
27aac87932
commit
698087305f
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'tml'
|
# Template file for 'tml'
|
||||||
pkgname=tml
|
pkgname=tml
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/liamg/tml"
|
go_import_path="github.com/liamg/tml"
|
||||||
go_package="github.com/liamg/tml/tml"
|
go_package="github.com/liamg/tml/tml"
|
||||||
|
go_ldflags="-X github.com/liamg/tml/version.Version=${TRAVIS_TAG}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Tiny markup language for terminal output"
|
short_desc="Tiny markup language for terminal output"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://github.com/liamg/tml"
|
homepage="https://github.com/liamg/tml"
|
||||||
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
|
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
|
||||||
checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e
|
checksum=b0c421ec8f3c3fcbdfbabe1a07c71ce5fd572a8f34181b8d032dff1a297d458b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue