* [PR PATCH] New package: pforth-2.0.1
@ 2025-02-06 14:21 MentatBashar
0 siblings, 0 replies; only message in thread
From: MentatBashar @ 2025-02-06 14:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is a new pull request by MentatBashar against master on the void-packages repository
https://github.com/MentatBashar/void-packages pforth-2.0.1
https://github.com/void-linux/void-packages/pull/54233
New package: pforth-2.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/54233.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pforth-2.0.1-54233.patch --]
[-- Type: text/x-diff, Size: 1067 bytes --]
From 231ed11eaf6786b4fe8cddbd261f8a53439b910c Mon Sep 17 00:00:00 2001
From: MentatBashar <mentatbashar@disroot.org>
Date: Thu, 6 Feb 2025 14:09:46 +0000
Subject: [PATCH] New package: pforth-2.0.1
---
srcpkgs/pforth/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/pforth/template
diff --git a/srcpkgs/pforth/template b/srcpkgs/pforth/template
new file mode 100644
index 00000000000000..74e8f60669940e
--- /dev/null
+++ b/srcpkgs/pforth/template
@@ -0,0 +1,18 @@
+# Template file for 'pforth'
+pkgname=pforth
+version=2.0.1
+revision=1
+build_wrksrc="platforms/unix"
+build_style=gnu-makefile
+make_build_args="all"
+short_desc="Portable and public domain ANS Forth"
+maintainer="MentatBashar <mentatbashar@disroot.org>"
+license="0BSD"
+homepage="https://www.softsynth.com/pforth"
+distfiles="https://github.com/philburk/pforth/archive/v${version}.tar.gz"
+checksum=f4c417d7d1f2c187716263484bdc534d3224b6d159e049d00828a89fa5d6894d
+
+do_install() {
+ vbin pforth_standalone pforth
+ vlicense ${wrksrc}/license.txt
+}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-06 14:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-06 14:21 [PR PATCH] New package: pforth-2.0.1 MentatBashar
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).