mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-util/bazelisk: new package, recommended launcher for Bazel
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
2
dev-util/bazelisk/Manifest
Normal file
2
dev-util/bazelisk/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
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
|
||||
23
dev-util/bazelisk/bazelisk-1.12.0.ebuild
Normal file
23
dev-util/bazelisk/bazelisk-1.12.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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}
|
||||
}
|
||||
8
dev-util/bazelisk/metadata.xml
Normal file
8
dev-util/bazelisk/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ezzieyguywuf@gmail.com</email>
|
||||
<name>Wolfgang E. Sanyer</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user