mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-libs/libuplink: Add missing upstream go version from BDEPEND, update SRC_URI and HOMEPAGE
Closes: https://bugs.gentoo.org/975975 Signed-off-by: David Reed <david-gentoo@reedfam.email>
This commit is contained in:
@@ -6,13 +6,12 @@ EAPI=8
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="C library for the Storj V3 network (libuplink)"
|
||||
HOMEPAGE="https://storj.io https://github.com/storj/uplink-c"
|
||||
HOMEPAGE="https://www.storj.io/ https://github.com/storj/uplink-c"
|
||||
MY_PN="uplink-c"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/storj/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://codeberg.org/davidreed/uplink-c/releases/download/v${PV}/${MY_PN}-${PV}-vendor.tar.xz
|
||||
https://github.com/david-gentoo/uplink-c/releases/download/v${PV}/${MY_PN}-${PV}-vendor.tar.xz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
@@ -26,7 +25,7 @@ IUSE="static-libs"
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-lang/go-1.20:=
|
||||
>=dev-lang/go-1.25.0:=
|
||||
app-arch/unzip
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user