Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fennel-0.4.2
@ 2020-07-21  4:15 non-Jedi
  2020-07-21  4:19 ` [PR PATCH] [Updated] " non-Jedi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: non-Jedi @ 2020-07-21  4:15 UTC (permalink / raw)
  To: ml

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

There is a new 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-0.4.2
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 picked the latest lua release.

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: 1163 bytes --]

From decd91454089e5c501bcf306d6a7829cfba45352 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-0.4.2

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

diff --git a/srcpkgs/fennel/template b/srcpkgs/fennel/template
new file mode 100644
index 00000000000..74d7eb8246f
--- /dev/null
+++ b/srcpkgs/fennel/template
@@ -0,0 +1,24 @@
+# Template file for 'fennel'
+pkgname=fennel
+version=0.4.2
+revision=1
+archs=noarch
+wrksrc="Fennel-${version}"
+build_style=gnu-makefile
+make_build_target=fennel
+make_check_target=test
+hostmakedepends="lua54"
+depends="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://fennel-lang.org/downloads/Fennel-${version}.tgz"
+checksum=18e982284fa22543dc1e6379b40baf5c9f65f32b020c48744e14fc08a88e09cc
+
+do_install() {
+	vmkdir /usr/lib/lua/5.4
+	vcopy *.lua /usr/lib/lua/5.4
+	vbin fennel
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-05-01  2:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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