mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-admin/exo: remove old
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
parent
5aa59f4246
commit
b815e3c999
@ -1,2 +1 @@
|
||||
DIST exo-1.85.3.gh.tar.gz 11314042 BLAKE2B 9426906a97280c7fbfb6ba70d1e87f93a7f4a46f7893af137045311ffc36f989da1291562506d87f8a2f768988e9be1c663c0a6c54a051f44dd21660a4937aaf SHA512 d9cd1b5eef3bd1732cb06d858ca090fbe934c260e1f7a94a37052425ff83f7fbde4648968177919a504ee783a0ebf43a5f77c33f84f2f5604668c73724c85d7b
|
||||
DIST exo-1.85.4.gh.tar.gz 11316210 BLAKE2B 9378b865329f86b9edea6803f2136db34b2313fe935acaa77550b9dda15ebfc35aafc55f772e3856b8b07b86cc685909c0d6d4774dcd0e9805e2c237fc964ee5 SHA512 aa7de86157939a9958c83ed30a9a81ba1416d77caddfe66172245de025291c9b3deb024546a32c294f8cee9706d6b4825910f3a7bb47d61917a58b17ab5bc175
|
||||
|
||||
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns"
|
||||
HOMEPAGE="https://github.com/exoscale/cli"
|
||||
SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/cli-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-lang/go-1.16:="
|
||||
RESTRICT="strip"
|
||||
|
||||
src_compile() {
|
||||
ego build -mod vendor -o ${PN} -ldflags "-X main.version=${PVR}-gentoo -X main.commit="
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# run at least 'exo version' for test
|
||||
./exo version > /dev/null 2>&1
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
die "Test failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user