18 lines
499 B
Bash
18 lines
499 B
Bash
# Template file for 'goversion'
|
|
pkgname=goversion
|
|
version=1.2.0
|
|
revision=3
|
|
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="BSD-3-Clause"
|
|
homepage="https://github.com/rsc/goversion"
|
|
distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz"
|
|
checksum=65e9c181995ed8c9207ea08d79a148ab53307b7fad2172a5a0764d6aa393a98e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|