18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'gx'
|
|
pkgname=gx
|
|
version=0.14.3
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/whyrusleeping/gx"
|
|
hostmakedepends="git"
|
|
short_desc="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=2c0b90ddfd3152863f815c35b37e94d027216c6ba1c6653a94b722bf6e2b015d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|