aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkyler Mäntysaari <sm+git@skym.fi>2024-09-01 15:53:16 +0300
committerSkyler Mäntysaari <sm+git@skym.fi>2024-09-01 15:53:16 +0300
commit6b2e32365858e227598662abe7e378218f90dbe3 (patch)
tree7947140833d33f95df587c9c54d91263649ca77e /app-admin
parentapp-admin/talosctl-bin: update SRC_URI (diff)
downloadguru-6b2e32365858e227598662abe7e378218f90dbe3.tar.gz
guru-6b2e32365858e227598662abe7e378218f90dbe3.tar.bz2
guru-6b2e32365858e227598662abe7e378218f90dbe3.zip
app-admin/talosctl-bin: Fixing up the ordering of the ebuild variables.
Signed-off-by: Skyler Mäntysaari <sm+git@skym.fi>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild4
1 files changed, 2 insertions, 2 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 d8396ae76..b2b183927 100644
--- a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild
+++ b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild
@@ -6,8 +6,6 @@ EAPI="8"
DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API"
HOMEPAGE="https://www.talos.dev/v1.7/"
S="${WORKDIR}"
-SLOT="0"
-LICENSE="MPL-2.0"
SRC_URI="
amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 ->
talosctl-amd64-v${PV} )
@@ -16,6 +14,8 @@ SRC_URI="
arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 ->
talosctl-armv7-v${PV} )
"
+LICENSE="MPL-2.0"
+SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_install() {