void-packages/srcpkgs/gx-go/template
2018-03-05 20:01:33 +00:00

18 lines
537 B
Bash

# Template file for 'gx-go'
pkgname=gx-go
version=1.6.0
revision=3
build_style=go
go_import_path="github.com/whyrusleeping/gx-go"
hostmakedepends="git"
depends="gx"
short_desc="A subtool for the gx package manager for packages written in go"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://github.com/whyrusleeping/gx-go"
distfiles="https://github.com/whyrusleeping/gx-go/archive/v${version}.tar.gz"
checksum=9f7d9ec600a3ce5dd6a04bf99b6fd2248c0a81652c4049ea83e537111b4df856
post_install() {
vlicense LICENSE
}