Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tml: update to 0.3.0. #23768

Merged
merged 1 commit into from
Jul 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions srcpkgs/tml/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Template file for 'tml'
pkgname=tml
version=0.2.0
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="GPL-3.0-only"
license="Unlicense"
homepage="https://github.com/liamg/tml"
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
checksum=4a1a2774cb092981dc44a5d3eb6c906457ce2bba7571fca35df5a4ee0b2b7405
checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e

post_install() {
vlicense LICENSE
}