tml: update to 0.3.0.
This commit is contained in:
parent
aa21e5a7c0
commit
7ecd60867d
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tml'
|
# Template file for 'tml'
|
||||||
pkgname=tml
|
pkgname=tml
|
||||||
version=0.2.0
|
version=0.3.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"
|
||||||
|
@ -8,7 +8,11 @@ go_package="github.com/liamg/tml/tml"
|
||||||
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="GPL-3.0-only"
|
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=4a1a2774cb092981dc44a5d3eb6c906457ce2bba7571fca35df5a4ee0b2b7405
|
checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue