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

17 lines
507 B
Bash

# Template file for 'gx'
pkgname=gx
version=0.12.1
revision=3
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=c3e98d26bf5d42cf98ecd041db84b30296918a219d9fb5df2ede1067332e579e
post_install() {
vlicense LICENSE
}