void-packages/srcpkgs/gx/template
2019-03-13 13:48:19 +01:00

18 lines
507 B
Bash

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