New package: gx-0.12.0

This commit is contained in:
lemmi 2017-09-13 08:23:54 +02:00
parent d24395ce2c
commit 1978d7245c

17
srcpkgs/gx/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'gx'
pkgname=gx
version=0.12.0
revision=1
build_style=go
go_import_path="github.com/whyrusleeping/gx"
hostmakedepends="git"
short_desc="The language-agnostic, universal package manager around IPFS"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://github.com/whyrusleeping/gx"
distfiles="https://github.com/whyrusleeping/gx/archive/v${version}.tar.gz"
checksum=a42ebd0d886b772c5315afc9e8eaf4012fdabc1bcbb4d6eb4f6d2977d6375c41
post_install() {
vlicense LICENSE
}