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

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