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, 28 Apr 2020 10:19:45 +0200	[thread overview]
Message-ID: <20200428081945.xQGi3ujlb0gE0B550AaaXV_t-Z-0PsvJo4ribBhp1Ps@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: 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
+}

  parent reply	other threads:[~2020-04-28  8:19 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 ` [PR PATCH] [Updated] " patrickpichler
2020-04-28  8:09 ` patrickpichler
2020-04-28  8:19 ` patrickpichler [this message]
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=20200428081945.xQGi3ujlb0gE0B550AaaXV_t-Z-0PsvJo4ribBhp1Ps@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).