New package: goversion-1.0.0.

Closes: #11843 [via git-merge-pr]
This commit is contained in:
maxice8 2018-02-23 16:04:21 -03:00 committed by Toyam Cox
parent 68f58f9730
commit a23b0d5837

View file

@ -0,0 +1,17 @@
# Template file for 'goversion'
pkgname=goversion
version=1.0.0
revision=1
build_style=go
go_import_path=rsc.io/goversion
hostmakedepends="git"
short_desc="Print version used to build Go executables"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="3-Clause-BSD"
homepage="https://github.com/rsc/goversion"
distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz"
checksum=0793ce784970048b50f4e364520f73e2b55b925ac6159a37749c259b59b84366
post_install() {
vlicense LICENSE
}