5f5cde60f0
This reverts commit 5b335a1de5
.
Something is wrong with go glibc packages becoming dependent on musl libc.
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
17 lines
507 B
Bash
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
|
|
}
|