commit: a579ebe6c284a150c16274899b1700e51e106acd Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi> AuthorDate: Sun Sep 1 12:51:49 2024 +0000 Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi> CommitDate: Sun Sep 1 12:51:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a579ebe6
app-admin/talosctl-bin: update SRC_URI Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi> app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild index 09140090c..d8396ae76 100644 --- a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild +++ b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild @@ -5,15 +5,18 @@ EAPI="8" DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API" HOMEPAGE="https://www.talos.dev/v1.7/" -SLOT="0" S="${WORKDIR}" +SLOT="0" LICENSE="MPL-2.0" -KEYWORDS="~amd64 ~arm ~arm64" SRC_URI=" - amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> talosctl-amd64-v${PV} ) - arm64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-arm64 -> talosctl-arm64-v${PV} ) - arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 -> talosctl-armv7-v${PV} ) + amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> + talosctl-amd64-v${PV} ) + arm64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-arm64 -> + talosctl-arm64-v${PV} ) + arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 -> + talosctl-armv7-v${PV} ) " +KEYWORDS="~amd64 ~arm ~arm64" src_install() { if use arm; then
