mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
app-admin/talosctl-bin: Fixing up the ordering of the ebuild variables.
Signed-off-by: Skyler Mäntysaari <sm+git@skym.fi>
This commit is contained in:
parent
a579ebe6c2
commit
6b2e323658
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user