From 7748146936014bb364c51e2547982e9f59a5f31a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 3 Oct 2022 01:13:47 +0100 Subject: gentoo auto-resync : 03:10:2022 - 01:13:47 --- dev-util/drone-cli/drone-cli-1.1.4.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-util/drone-cli/drone-cli-1.1.4.ebuild (limited to 'dev-util/drone-cli/drone-cli-1.1.4.ebuild') diff --git a/dev-util/drone-cli/drone-cli-1.1.4.ebuild b/dev-util/drone-cli/drone-cli-1.1.4.ebuild deleted file mode 100644 index fd8edac7bf3e..000000000000 --- a/dev-util/drone-cli/drone-cli-1.1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/drone/drone-cli" - -inherit golang-build golang-vcs-snapshot - -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -DESCRIPTION="Command-line interface for Drone" -HOMEPAGE="https://github.com/drone/drone-cli" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" - -src_compile() { - pushd src || die - GOPATH="${WORKDIR}/${P}"\ - go install -ldflags "-X main.version=${PV}" ${EGO_PN}/drone || die - popd || die -} - -src_install() { - dobin bin/drone - dodoc src/${EGO_PN}/README.md -} -- cgit v1.2.3