Github messages for voidlinux
 help / color / mirror / Atom feed
From: non-Jedi <non-Jedi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: fennel-1.0.0
Date: Fri, 26 Nov 2021 16:50:43 +0100	[thread overview]
Message-ID: <20211126155043.jC93GSfhla7KzeoCPGslh4-eGUl2elN9yE8lSR94n2s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23680@inbox.vuxu.org>

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

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

https://github.com/non-Jedi/void-packages fennel
https://github.com/void-linux/void-packages/pull/23680

New package: fennel-1.0.0
This can actually run on any of the lua alternatives, but I'm not sure if it's possible to specify that as a dependency, so I just noted in an INSTALL.msg that lua needs installed.

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

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

From 1cec3ddf26519b75b6f109b4b4035e36e0fcc284 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Tue, 21 Jul 2020 00:10:58 -0400
Subject: [PATCH] New package: fennel-1.0.0

This package only installs fennel as an executable. It does not package fennel
as a lua library. As far as I can tell, doing so would require installing it
separately for each version of lua.
---
 srcpkgs/fennel/INSTALL.msg |  1 +
 srcpkgs/fennel/template    | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/fennel/INSTALL.msg
 create mode 100644 srcpkgs/fennel/template

diff --git a/srcpkgs/fennel/INSTALL.msg b/srcpkgs/fennel/INSTALL.msg
new file mode 100644
index 000000000000..869139848831
--- /dev/null
+++ b/srcpkgs/fennel/INSTALL.msg
@@ -0,0 +1 @@
+To run fennel, please install a lua alternative.
diff --git a/srcpkgs/fennel/template b/srcpkgs/fennel/template
new file mode 100644
index 000000000000..7bea698ceded
--- /dev/null
+++ b/srcpkgs/fennel/template
@@ -0,0 +1,19 @@
+# Template file for 'fennel'
+pkgname=fennel
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_check_target=test
+hostmakedepends="lua54"
+short_desc="Lisp language that compiles to Lua"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="MIT"
+homepage="https://fennel-lang.org"
+distfiles="https://git.sr.ht/~technomancy/fennel/archive/${version}.tar.gz"
+checksum=db01b6c363d31deb105f7918bc6acc7d996adc97da71aa5d08e82a9458077553
+
+do_install() {
+	vbin fennel
+	vman fennel.1
+	vlicense LICENSE
+}

  parent reply	other threads:[~2021-11-26 15:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  4:15 [PR PATCH] New package: fennel-0.4.2 non-Jedi
2020-07-21  4:19 ` [PR PATCH] [Updated] " non-Jedi
2021-11-26 15:46 ` non-Jedi
2021-11-26 15:48 ` [PR PATCH] [Updated] New package: fennel-1.0.0 non-Jedi
2021-11-26 15:50 ` non-Jedi [this message]
2021-11-26 15:59 ` non-Jedi
2021-11-26 19:06 ` Duncaen
2022-04-17  2:06 ` github-actions
2022-05-01  2:13 ` [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=20211126155043.jC93GSfhla7KzeoCPGslh4-eGUl2elN9yE8lSR94n2s@z \
    --to=non-jedi@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).