void-packages/srcpkgs/gx/template
2018-05-13 13:19:11 +02:00

17 lines
507 B
Bash

# Template file for 'gx'
pkgname=gx
version=0.13.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=c93e96170c6e161176cfca5a866072ec2e79a85b6185bc4cefcf3fc62b0e7c4f
post_install() {
vlicense LICENSE
}