New package: gx-go-1.5.0
This commit is contained in:
parent
1978d7245c
commit
eea3561799
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'gx-go'
|
||||
pkgname=gx-go
|
||||
version=1.5.0
|
||||
revision=1
|
||||
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=2c0f5bb4ec147cb8efb6e6cd90ca42d1704baf4e44a735cbcf824316ae81f5f5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue