app-admin/talosctl-bin - 1.10.1 (guru)

Search

Install

Install this version:

emerge -a =app-admin/talosctl-bin-1.10.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/talosctl-bin-1.10.1

Or alternatively:

emerge --autounmask-write -a =app-admin/talosctl-bin-1.10.1

Package Information

Description:
Pre-compiled talosctl is an tool for interacting with the Talos API
Homepage:
https://www.talos.dev/v1.10/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.10.1 8 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API"
HOMEPAGE="https://www.talos.dev/v1.10/"
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} )
"

S="${WORKDIR}"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"

QA_PREBUILT="usr/bin/talosctl"

src_install() {
	if use arm; then
		newbin "${DISTDIR}"/talosctl-armv7-v${PV} talosctl
	fi
	if use arm64; then
		newbin "${DISTDIR}"/talosctl-arm64-v${PV} talosctl
	fi
	if use amd64; then
		newbin "${DISTDIR}"/talosctl-amd64-v${PV} talosctl
	fi
}

Manifest for 1.10.1

Type File Size Source URLs
DIST talosctl-amd64-v1.10.1 93896888 bytes https://github.com/siderolabs/talos/releases/download/v1.10.1/talosctl-linux-amd64
DIST talosctl-arm64-v1.10.1 89850040 bytes https://github.com/siderolabs/talos/releases/download/v1.10.1/talosctl-linux-arm64
DIST talosctl-armv7-v1.10.1 88080568 bytes https://github.com/siderolabs/talos/releases/download/v1.10.1/talosctl-linux-armv7