Github messages for voidlinux
 help / color / mirror / Atom feed
From: funk443 <funk443@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: common-lisp-alexandria-1.4
Date: Thu, 20 Apr 2023 15:30:09 +0200	[thread overview]
Message-ID: <20230420133009.a88Yu4Ww48IWv7LliCAnjNCbq9704PZy36yf8V_wf10@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43538@inbox.vuxu.org>

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

  reply	other threads:[~2023-04-20 13:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 10:21 [PR PATCH] " funk443
2023-04-20 13:30 ` funk443 [this message]
2023-04-20 14:45 ` [PR PATCH] [Updated] " funk443
2023-04-20 15:21 ` funk443
2023-04-20 15:32 ` funk443
2023-04-21 14:48 ` [PR PATCH] [Closed]: " Chocimier
2023-04-21 14:48 ` Chocimier

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=20230420133009.a88Yu4Ww48IWv7LliCAnjNCbq9704PZy36yf8V_wf10@z \
    --to=funk443@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).