dev-util/bazelisk: moved to ::gentoo

Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
Closes: https://github.com/gentoo/guru/pull/217
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Aliaksei Urbanski 2024-07-16 00:54:00 +03:00 committed by Lucio Sauer
parent 2fee1b06b6
commit efc92f219a
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297
3 changed files with 0 additions and 36 deletions

View File

@ -1,2 +0,0 @@
DIST bazelisk-1.12.0-deps-r1.tar.gz 1852311 BLAKE2B 0248bb16260767a3705ccc574bd7ffb5ca3f74a8351954600abf76073f1583c8547859aebb461db34a524eaa35e80a8f1d9cc9037e9c12142e47e76ac2d29162 SHA512 c2b1d55b221c9366559b1c61b2aa2618433c93b177d1b4c9b705103711693d1b08dd54caff5293500a642abad4d9509f10443005f384fd3b3d4086e44577b66c
DIST bazelisk-1.12.0.tar.gz 155506 BLAKE2B 7e5c3b6682578af275929336c9cec4828d5288c8762db92517ea1024f54bfdae5813cad63438fc049bf1265a263e122ef6fdb3d411fb12efb1e77d4478f8de06 SHA512 b5f6954c9bf2539dae6c30fee0ff84f2b6f16c8d1fed7fae7d282c3dd61de21f4945270aa1b9e34adf1b15b9e171f1a579eb8421074154403dbd5e93f724b3a5

View File

@ -1,23 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A user-friendly launcher for Bazel"
HOMEPAGE="https://bazel.build/install/bazelisk"
SRC_URI="https://github.com/bazelbuild/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/ezzieyguywuf/go-ebuild-dependencies/blob/main/deps/${P}-deps-r1.tar.gz?raw=true -> ${P}-deps-r1.tar.gz"
LICENSE="MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
go build || die
}
src_install() {
dobin ${PN}
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ezzieyguywuf@gmail.com</email>
<name>Wolfgang E. Sanyer</name>
</maintainer>
<upstream>
<remote-id type="github">bazelbuild/bazelisk</remote-id>
</upstream>
</pkgmetadata>