void-packages/srcpkgs/goversion/template
maxice8 a23b0d5837 New package: goversion-1.0.0.
Closes: #11843 [via git-merge-pr]
2018-02-23 14:21:27 -05:00

17 lines
499 B
Bash

# 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
}