18 lines
593 B
Bash
18 lines
593 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
|
|
broken="cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|