17
srcpkgs/goversion/template
Normal file
17
srcpkgs/goversion/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user