18 lines
499 B
Bash
18 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
|
||
|
}
|