mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
app-admin/hcloud: remove old
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST hcloud-1.51.0.tar.xz 2654224 BLAKE2B 02c6ff3ceb2dc6bb88625ff2f69552c6c0cc48e124829432b111219a80bd76780d67bcde3935e58157fa3970318c980159fb6abdcffeb941dfafb6da2423dd8c SHA512 ecb9d0fcb1945f030f5499ca48d2a4fc06e7917de1298a14812425789b1258bbe1d126fa08fc82e2af378b79923dd9571b8468aa142618dfad57e9320dacb422
|
||||
DIST hcloud-1.61.0.tar.xz 2395300 BLAKE2B e287c87d8918ec78e96f2ec876be72154f2dfa1783fbe3f7c4450c5152edc055b7ddee6ac3f134e5f2f9e082b4b372bf40038f7a0779263dfc620b3ea13f7be0 SHA512 93a6208ee2b78193a91783e8439e0c4dc029e5ab2d8e27dca8cb2d16b53b0a3f0f437f3191ef8a888f0286cef5f3d7af29f5a6462878fb3ba9824346edca8da9
|
||||
|
||||
@@ -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="A command-line interface for Hetzner Cloud"
|
||||
HOMEPAGE="https://github.com/hetznercloud/cli"
|
||||
SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
src_compile() {
|
||||
ego build -o ${PN} -ldflags "-w -X github.com/hetznercloud/cli/internal/version.versionPrerelease=gentoo" ./cmd/${PN}
|
||||
}
|
||||
|
||||
src_test() {
|
||||
./hcloud version
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
die "hcloud version test failed"
|
||||
fi
|
||||
|
||||
# Avoid error like:
|
||||
# -buildmode=pie not supported when -race is enabled on linux/amd64
|
||||
GOFLAGS=${GOFLAGS//-buildmode=pie}
|
||||
ego test -coverpkg=./... -coverprofile=coverage.txt -v -race ./...
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
}
|
||||
Reference in New Issue
Block a user