dev-util/envman: treeclean

Closes: https://bugs.gentoo.org/932570
Bug: https://bugs.gentoo.org/844700
Bug: https://bugs.gentoo.org/771066
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-06-22 08:14:31 +03:00
parent 3e1b7ad386
commit bc168ac1e9
3 changed files with 0 additions and 55 deletions

View File

@@ -1 +0,0 @@
DIST envman-2.1.1.tar.gz 3162514 BLAKE2B 3aad5bc174bbbfc52ffe219fae7590e3ebcf7ef0a5390add53e27232500b777f562d3c4662219732048f1a700f6a11da6aba490b3495d57d4da3610a02d544c9 SHA512 5d30bd23a2aa828786663f184707d776ddc0e71ee09e007f8075b99ce0c415db28e612a785ab1acd8767cfd8623939a82a7c0fc71e0fd6ce8d8ce4e0b0048cf0

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit golang-build
EGO_ON="github.com/bitrise-io"
EGO_PN="${EGO_ON}/${PN}"
DESCRIPTION="Environment variable manager for Bitrise CLI"
HOMEPAGE="https://app.bitrise.io/cli"
SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/src/${EGO_ON}/${PN}"
src_unpack() {
default
mkdir -p "${WORKDIR}/src/${EGO_ON}" || die "Couldn't create project dir in GOPATH"
mv "${WORKDIR}/${P}" "${WORKDIR}/src/${EGO_ON}/envman" || die "Couldn't move sources to GOPATH"
}
src_compile() {
GOPATH="${WORKDIR}" go build -v -o bin/envman || die "Couldn't compile envman"
}
src_test() {
GOPATH="${WORKDIR}" go test ./... || die "Tests failed"
}
src_install() {
dobin bin/envman
einstalldocs
}

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Environment variable manager for Bitrise CLI. Part of the Bitrise
Continuous Integration, Delivery and Automations Stack, with
<pkg>dev-util/stepman</pkg> and <pkg>dev-util/bitrise</pkg>. For a
nice &amp; quick intro you should check: https://app.bitrise.io/cli
</longdescription>
<upstream>
<bugs-to>https://github.com/bitrise-io/envman/issues</bugs-to>
<doc>https://github.com/bitrise-io/envman/blob/master/README.md</doc>
<remote-id type="github">bitrise-io/envman</remote-id>
</upstream>
</pkgmetadata>