gx-go: remove package.
Package has been broken for some time, and hasn't seen nearly any action after the latest release.
This commit is contained in:
parent
f35df896b2
commit
c25bb60b25
2 changed files with 1 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
# 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
|
||||
}
|
|
@ -54,6 +54,7 @@ replaces="
|
|||
grv<=0.3.1_3
|
||||
gtkhtml<=4.10.0_1
|
||||
gtkhtml-devel<=4.10.0_1
|
||||
gx-go<=1.9.0_1
|
||||
libgtkhtml<=4.10.0_1
|
||||
httperf<=0.9.0_9
|
||||
icecat<=78.6.1_1
|
||||
|
|
Loading…
Reference in a new issue