Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: common-lisp-ppcre-2.1.1
@ 2023-04-20 15:44 funk443
  2023-04-20 15:56 ` Chocimier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm2-branch
https://github.com/void-linux/void-packages/pull/43545

New package: common-lisp-ppcre-2.1.1
<!-- 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/43545.patch is attached

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

From 8a0a013d13861fadf7947fc4c6bee7edbf8352c3 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 23:43:04 +0800
Subject: [PATCH] New package: common-lisp-ppcre-2.1.1

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

diff --git a/srcpkgs/common-lisp-ppcre/template b/srcpkgs/common-lisp-ppcre/template
new file mode 100644
index 000000000000..97b1aaf1c60e
--- /dev/null
+++ b/srcpkgs/common-lisp-ppcre/template
@@ -0,0 +1,23 @@
+# Template file for 'common-lisp-ppcre'
+pkgname=common-lisp-ppcre
+version=2.1.1
+revision=1
+build_style=fetch
+hostmakedepends="tar curl"
+short_desc="Common Lisp regular expression library"
+maintainer="ctoid <funk443@yandex.com>"
+license="BSD-2-Clause"
+homepage="https://edicl.github.io/cl-ppcre/"
+distfiles="https://github.com/edicl/cl-ppcre/archive/refs/tags/v${version}.tar.gz"
+checksum="89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/cl-ppcre
+
+do_install() {
+	tar -xzvf v${version}.tar.gz
+	cd cl-ppcre-${version}
+	curl -O "https://raw.githubusercontent.com/edicl/cl-ppcre/master/LICENSE"
+	vlicense LICENSE
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

end of thread, other threads:[~2023-04-21 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
2023-04-20 15:56 ` Chocimier
2023-04-20 15:57 ` funk443
2023-04-20 15:59 ` Chocimier
2023-04-20 15:59 ` funk443
2023-04-20 16:02 ` funk443
2023-04-20 16:02 ` funk443
2023-04-21 14:47 ` [PR PATCH] [Closed]: " Chocimier
2023-04-21 14:48 ` Chocimier
2023-04-21 14:50 ` [PR REVIEW] " Chocimier

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