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:
David Reed
2026-07-15 12:23:03 -07:00
parent 6730dc0434
commit 2dac812aab

View File

@@ -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
"