Github messages for voidlinux
 help / color / mirror / Atom feed
From: n1c00o <n1c00o@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: bazelisk-1.12.2
Date: Tue, 23 Aug 2022 14:04:36 +0200	[thread overview]
Message-ID: <20220823120436.1jPStYq8Epx26zz8Mful5lcbtSFNpB387pyn8Qb0ZLY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38830@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1618 bytes --]

There is an updated pull request by n1c00o against master on the void-packages repository

https://github.com/n1c00o/void-packages feat/bazelisk
https://github.com/void-linux/void-packages/pull/38830

New package: bazelisk-1.12.2
This merge request adds a package description for Bazelisk (<https://github.com/bazelbuild/bazelisk>), which provides an simple and fast way to use and install Bazel.
This can be used by packages requiring Bazel in compilation, without the need of having to bootstrap Bazel, which is time-consuming and error-prone *(I am actively trying to get a cross-compile-ready package of Bazel from source, known as bootstrapping Bazel...)*  

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - should support cross compilation using the Go standard toolchain


A patch file from https://github.com/void-linux/void-packages/pull/38830.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feat/bazelisk-38830.patch --]
[-- Type: text/x-diff, Size: 1071 bytes --]

From ed85371bf0c74f604ecfcb9056dde96a835a15a6 Mon Sep 17 00:00:00 2001
From: n1c00o <git.n1c00o@gmail.com>
Date: Mon, 22 Aug 2022 14:29:06 +0200
Subject: [PATCH] New package: bazelisk-1.12.2

add installation for the Go version of Bazelisk
---
 srcpkgs/bazelisk/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/bazelisk/template

diff --git a/srcpkgs/bazelisk/template b/srcpkgs/bazelisk/template
new file mode 100644
index 000000000000..11ad13bfdef6
--- /dev/null
+++ b/srcpkgs/bazelisk/template
@@ -0,0 +1,16 @@
+# Template file for 'bazelisk'
+pkgname=bazelisk
+version=1.12.2
+revision=1
+build_style="go"
+go_import_path="github.com/bazelbuild/bazelisk"
+short_desc="User-friendly launcher for Bazel"
+maintainer="n1c00o <git.n1c00o@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/bazelbuild/bazelisk"
+distfiles="https://github.com/bazelbuild/bazelisk/archive/refs/tags/v${version}.tar.gz"
+checksum=70a35357a5aedb372fc5b3b3bf2b7b9f60a9a5c266b60d0933a027ae98a44399
+
+post_install() {
+	vdoc README.md
+}

  parent reply	other threads:[~2022-08-23 12:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22 12:33 [PR PATCH] " n1c00o
2022-08-22 15:31 ` [PR REVIEW] " classabbyamp
2022-08-23 12:04 ` n1c00o [this message]
2022-09-06 12:47 ` n1c00o
2022-12-06  2:29 ` github-actions
2022-12-21  1:55 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220823120436.1jPStYq8Epx26zz8Mful5lcbtSFNpB387pyn8Qb0ZLY@z \
    --to=n1c00o@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).