Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: babashka-0.0.88-2
@ 2020-04-21 16:46 patrickpichler
  2020-04-21 17:38 ` [PR PATCH] [Updated] " patrickpichler
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: patrickpichler @ 2020-04-21 16:46 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1282 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] 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
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: babashka-0.0.88-2
  2020-04-21 16:46 [PR PATCH] New package: babashka-0.0.88-2 patrickpichler
@ 2020-04-21 17:38 ` patrickpichler
  2020-04-28  8:09 ` patrickpichler
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: patrickpichler @ 2020-04-21 17:38 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: babashka-0.0.88-2
  2020-04-21 16:46 [PR PATCH] New package: babashka-0.0.88-2 patrickpichler
  2020-04-21 17:38 ` [PR PATCH] [Updated] " patrickpichler
@ 2020-04-28  8:09 ` patrickpichler
  2020-04-28  8:19 ` patrickpichler
  2021-10-02  5:55 ` [PR PATCH] [Closed]: " patrickpichler
  3 siblings, 0 replies; 5+ messages in thread
From: patrickpichler @ 2020-04-28  8:09 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: babashka-0.0.88-2
  2020-04-21 16:46 [PR PATCH] New package: babashka-0.0.88-2 patrickpichler
  2020-04-21 17:38 ` [PR PATCH] [Updated] " patrickpichler
  2020-04-28  8:09 ` patrickpichler
@ 2020-04-28  8:19 ` patrickpichler
  2021-10-02  5:55 ` [PR PATCH] [Closed]: " patrickpichler
  3 siblings, 0 replies; 5+ messages in thread
From: patrickpichler @ 2020-04-28  8:19 UTC (permalink / raw)
  To: ml

[-- 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: 1263 bytes --]

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

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: babashka-0.0.88-2
  2020-04-21 16:46 [PR PATCH] New package: babashka-0.0.88-2 patrickpichler
                   ` (2 preceding siblings ...)
  2020-04-28  8:19 ` patrickpichler
@ 2021-10-02  5:55 ` patrickpichler
  3 siblings, 0 replies; 5+ messages in thread
From: patrickpichler @ 2021-10-02  5:55 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: babashka-0.0.88-2
https://github.com/void-linux/void-packages/pull/21208

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-02  5:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 16:46 [PR PATCH] New package: babashka-0.0.88-2 patrickpichler
2020-04-21 17:38 ` [PR PATCH] [Updated] " patrickpichler
2020-04-28  8:09 ` patrickpichler
2020-04-28  8:19 ` patrickpichler
2021-10-02  5:55 ` [PR PATCH] [Closed]: " patrickpichler

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).