Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hyperscan-5.1.1
@ 2019-06-26 16:38 voidlinux-github
  2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

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

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

From 705b9012409105660051f54e1890f01bcba92fd3 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..e07e06f2121
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,37 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

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

end of thread, other threads:[~2019-10-08 16:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 16:42 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 18:44 ` voidlinux-github
2019-06-26 19:02 ` voidlinux-github
2019-06-26 20:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 20:06 ` voidlinux-github
2019-06-26 20:06 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-26 20:08 ` voidlinux-github
2019-06-26 21:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 21:02 ` voidlinux-github
2019-06-26 21:06 ` voidlinux-github
2019-06-27 12:38 ` voidlinux-github
2019-10-08 16:16 ` [PR PATCH] [Closed]: " voidlinux-github

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