Github messages for voidlinux
 help / color / mirror / Atom feed
From: patrickpichler <patrickpichler@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: babashka-0.0.88-2
Date: Tue, 21 Apr 2020 19:38:36 +0200	[thread overview]
Message-ID: <20200421173836.XoER4BsTuca3aa77x_rWC1K5va2m9Sh9N3nUYrdTP3k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21208@inbox.vuxu.org>

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

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

https://github.com/patrickpichler/void-packages add-babashka-0.0.88-2
https://github.com/void-linux/void-packages/pull/21208

New package: babashka-0.0.88-2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-babashka-0.0.88-2-21208.patch --]
[-- Type: text/x-diff, Size: 2231 bytes --]

From a25335114ebe6c84d66eb6d8a09364d4c775258f Mon Sep 17 00:00:00 2001
From: Patrick Pichler <mail@patrickpichler.dev>
Date: Tue, 21 Apr 2020 17:37:40 +0200
Subject: [PATCH 1/2] New package: babashka-0.0.88-2

---
 srcpkgs/babashka/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/babashka/template

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
new file mode 100644
index 00000000000..1dc8fe211f9
--- /dev/null
+++ b/srcpkgs/babashka/template
@@ -0,0 +1,22 @@
+# Template file for 'babashka'
+pkgname=babashka
+version=0.0.88
+revision=2
+archs="x86_64"
+build_style=fetch
+hostmakedepends="unzip"
+short_desc="Native fast-starting Clojure scripting environment"
+maintainer="Patrick Pichler <mail@patrickpichler.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/borkdude/babashka"
+distfiles="https://github.com/borkdude/babashka/releases/download/v${version}-${revision}/babashka-${version}-${revision}-linux-static-amd64.zip"
+checksum=36a9d423aee0c476f4c6ddcac5140987fc7dde6d502146f6cd7fa6baaa2bea95
+
+do_extract() {
+	mkdir -p usr/bin
+	unzip -d usr/bin "${XBPS_SRCDISTDIR}/${pkgname}-${version}/babashka-${version}-${revision}-linux-static-amd64.zip"
+}
+
+do_install() {
+	vbin usr/bin/bb
+}

From 88d2af0ad3ec3da6ed01b0717761b9b0a66bb2d8 Mon Sep 17 00:00:00 2001
From: Patrick Pichler <mail@patrickpichler.dev>
Date: Tue, 21 Apr 2020 19:35:26 +0200
Subject: [PATCH 2/2] Fix license

---
 srcpkgs/babashka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 1dc8fe211f9..277a5d46090 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -7,7 +7,7 @@ build_style=fetch
 hostmakedepends="unzip"
 short_desc="Native fast-starting Clojure scripting environment"
 maintainer="Patrick Pichler <mail@patrickpichler.dev>"
-license="GPL-3.0-or-later"
+license="EPL-1.0"
 homepage="https://github.com/borkdude/babashka"
 distfiles="https://github.com/borkdude/babashka/releases/download/v${version}-${revision}/babashka-${version}-${revision}-linux-static-amd64.zip"
 checksum=36a9d423aee0c476f4c6ddcac5140987fc7dde6d502146f6cd7fa6baaa2bea95

  reply	other threads:[~2020-04-21 17:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21 16:46 [PR PATCH] " patrickpichler
2020-04-21 17:38 ` patrickpichler [this message]
2020-04-28  8:09 ` [PR PATCH] [Updated] " patrickpichler
2020-04-28  8:19 ` patrickpichler
2021-10-02  5:55 ` [PR PATCH] [Closed]: " patrickpichler

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=20200421173836.XoER4BsTuca3aa77x_rWC1K5va2m9Sh9N3nUYrdTP3k@z \
    --to=patrickpichler@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).