Github messages for voidlinux
 help / color / mirror / Atom feed
From: BryceVandegrift <BryceVandegrift@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: CBQN-git-20230503
Date: Thu, 04 May 2023 00:14:22 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43737@inbox.vuxu.org> (raw)

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

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

https://github.com/BryceVandegrift/void-packages CBQN
https://github.com/void-linux/void-packages/pull/43737

New package: CBQN-git-20230503
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)

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

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

From 667746d05be79958767b9f5b5530b108b4e8bcff Mon Sep 17 00:00:00 2001
From: Bryce Vandegrift <bryce@brycevandegrift.xyz>
Date: Wed, 3 May 2023 18:13:31 -0400
Subject: [PATCH] New package: CBQN-git-20230503

---
 srcpkgs/CBQN-git/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/CBQN-git/template

diff --git a/srcpkgs/CBQN-git/template b/srcpkgs/CBQN-git/template
new file mode 100644
index 000000000000..4b4c0222283f
--- /dev/null
+++ b/srcpkgs/CBQN-git/template
@@ -0,0 +1,37 @@
+# Template file for 'CBQN-git'
+pkgname=CBQN-git
+version=20230503
+revision=1
+_commit=23737cc4580c995aac76a8a5bae4ca39492968fd
+hostmakedepends="git clang libffi-devel"
+depends="libffi"
+short_desc="BQN implementation in C"
+maintainer="Bryce Vandegrift <bryce@brycevandegrift.xyz>"
+license="GPL-3.0-only, MIT, Apache-2.0, BSL-1.0"
+homepage="https://github.com/dzaima/CBQN"
+
+do_fetch() {
+	git clone https://github.com/dzaima/CBQN.git $wrksrc
+	cd $wrksrc
+	git reset --hard $_commit
+}
+
+do_patch() {
+	sed -i '/SHELL =.*/ d' makefile
+}
+
+do_build() {
+	make REPLXX=1
+}
+
+do_install() {
+	vbin BQN bqn
+
+	vlicense licenses/LICENSE-Apache2
+	vlicense licenses/LICENSE-Boost
+	vlicense licenses/LICENSE-GPLv3
+	vlicense licenses/LICENSE-MIT-sort
+
+	vdoc docs/commands.md
+	vdoc docs/system.md
+}

             reply	other threads:[~2023-05-03 22:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 22:14 BryceVandegrift [this message]
2023-05-03 22:15 ` classabbyamp
2023-05-03 22:16 ` [PR PATCH] [Closed]: " BryceVandegrift
2023-05-03 22:17 ` BryceVandegrift
2023-05-03 22:24 ` abenson
2023-05-03 22:47 ` BryceVandegrift
2023-05-04 18:38 ` abenson
2023-05-04 18:46 ` BryceVandegrift

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43737@inbox.vuxu.org \
    --to=brycevandegrift@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).