Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chez-exe-0.1.1
@ 2020-04-08  0:32 rc-05
  2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:32 UTC (permalink / raw)
  To: ml

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

There is a new pull request by rc-05 against master on the void-packages repository

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 03d1ee8ae9f75ebc03c850f5d9e6575be6dc9f7b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH 1/2] Added archs option

---
 srcpkgs/ft2-clone/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/ft2-clone/template

diff --git a/srcpkgs/ft2-clone/template b/srcpkgs/ft2-clone/template
new file mode 100644
index 00000000000..4837993d007
--- /dev/null
+++ b/srcpkgs/ft2-clone/template
@@ -0,0 +1,21 @@
+# Template file for 'ft2-clone'
+pkgname=ft2-clone
+version=1.10
+revision=1
+archs="~*-musl"
+build_style="cmake"
+makedepends="alsa-lib-devel SDL2-devel"
+short_desc="Modern clone of the FastTracker II music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="BSD-3-Clause"
+homepage="https://16-bits.org/ft2.php"
+distfiles="https://github.com/8bitbubsy/${pkgname}/archive/v${version}.tar.gz"
+checksum=0414bc9d78d83306ff6423ef8f63be7f2efcbdae6b71e26f379b038554ccf611
+
+do_install() {
+	vbin ${wrksrc}/release/other/ft2-clone
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 3e40ca1cbb6003e4975953f441bdead02fac2c74 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Wed, 8 Apr 2020 02:30:43 +0200
Subject: [PATCH 2/2] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..f597d141dab
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,17 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}

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

end of thread, other threads:[~2021-02-23 21:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
2020-04-08  0:42 ` rc-05
2020-04-08  0:50 ` rc-05
2020-04-08  0:58 ` rc-05
2020-04-08 13:26 ` rc-05
2020-10-02  3:08 ` [PR REVIEW] " ericonr
2020-10-07 10:45 ` [PR PATCH] [Updated] " rc-05
2020-10-07 10:46 ` [PR REVIEW] " rc-05
2020-10-07 10:48 ` [PR PATCH] [Updated] " rc-05
2020-10-17 10:00 ` rc-05
2020-10-17 10:01 ` rc-05
2021-02-23 21:40 ` [PR PATCH] [Closed]: " rc-05

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