void-packages/srcpkgs/goversion/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
496 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="Orphaned <orphan@voidlinux.org>"
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
}