void-packages/srcpkgs/gx-go/template
q66 1dbedc0850 gx-go: broken
This was accidentally unbroken by gx being updated, but gx-go
still fails to build.
2020-06-17 21:50:10 +02:00

20 lines
623 B
Bash

# Template file for 'gx-go'
pkgname=gx-go
version=1.9.0
revision=1
build_style=go
go_import_path="github.com/whyrusleeping/gx-go"
hostmakedepends="git"
depends="gx"
short_desc="A subtool for the gx package manager for packages written in go"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://github.com/whyrusleeping/gx-go"
distfiles="https://github.com/whyrusleeping/gx-go/archive/v${version}.tar.gz"
checksum=f3a0ee17359e0e5efab8008361da0e312ca723a0c9e165342a0306caba55a535
broken="cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)"
post_install() {
vlicense LICENSE
}