Github messages for voidlinux
 help / color / mirror / Atom feed
From: manipuladordedados <manipuladordedados@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: emilua-0.4.3
Date: Sun, 27 Aug 2023 08:50:21 +0200	[thread overview]
Message-ID: <20230827065021.3BzLJOCOJfgsK1MptOzSSna9mmnyQx98XX8UZKIGBiM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45786@inbox.vuxu.org>

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

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

https://github.com/manipuladordedados/void-packages feature
https://github.com/void-linux/void-packages/pull/45786

New package: emilua-0.4.3
#### 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/45786.patch is attached

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

From 38c682687feb8ff12a95b3af7443f85f3d08ee2d Mon Sep 17 00:00:00 2001
From: Valter Nazianzeno <manipuladordedados@gmail.com>
Date: Sun, 27 Aug 2023 03:46:32 +0000
Subject: [PATCH] New package: emilua-0.4.3

---
 srcpkgs/emilua/template | 44 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 srcpkgs/emilua/template

diff --git a/srcpkgs/emilua/template b/srcpkgs/emilua/template
new file mode 100644
index 0000000000000..d65d889443ae1
--- /dev/null
+++ b/srcpkgs/emilua/template
@@ -0,0 +1,44 @@
+# Template file for 'emilua'
+pkgname=emilua
+version=0.4.3
+revision=1
+build_style=meson
+build_wrksrc="emilua-v${version}"
+hostmakedepends="meson boost re2c gawk gperf xxd ruby-asciidoctor pkg-config LuaJIT"
+makedepends="LuaJIT-devel boost-devel fmt-devel openssl-devel ncurses-devel serd-devel sord-devel liburing-devel libcap-devel"
+short_desc="Lua execution engine"
+maintainer="Valter Nazianzeno <manipuladordedados@gmail.com>"
+license="BSL-1.0"
+homepage="https://gitlab.com/emilua/emilua"
+distfiles="https://github.com/BoostGSoC14/boost.http/archive/93ae527c89ffc517862e1f5f54c8a257278f1195.tar.gz
+https://github.com/breese/trial.protocol/archive/79149f604a49b8dfec57857ca28aaf508069b669.tar.gz
+https://gitlab.com/emilua/emilua/-/archive/v${version}/emilua-v${version}.tar.gz"
+checksum="4e90417806c285348d968183072918e86d7fd7d7db5affb63ec03faee92ed8ed b45bc998c30e6226a72cbe37863793bb2d8f6160918bc441a469d3e405dd4353
+c70033f50a067651943b15cd5fed0d407ab79bc2c686c68af796ace981a746ae"
+
+configure_args="
+ -Dversion_suffix=-void1
+ -Denable_http=true
+ -Denable_file_io=true
+ -Denable_io_uring=true
+ -Denable_linux_namespaces=true
+ -Denable_tests=true
+ -Denable_manpages=true"
+
+case "$XBPS_TARGET_MACHINE" in
+	i686* | ppc* | arm*) broken="The software's structures have not yet been ported to 32-bit" ;;
+	*-musl) broken="Syscall wrappers that musl doesn't provide yet" ;;
+esac
+
+post_extract() {
+	mv $(bsdtar -tf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/93ae527c89ffc517862e1f5f54c8a257278f1195.tar.gz \
+	  | grep -o '^[^/]*' | head -1) emilua-http
+	mv $(bsdtar -tf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/79149f604a49b8dfec57857ca28aaf508069b669.tar.gz \
+	 | grep -o '^[^/]*' | head -1) trial-protocol
+	cd "${pkgname}-v${version}/subprojects"
+	ln -s "${wrksrc}/emilua-http" .
+	cp "packagefiles/emilua-http/meson.build" "emilua-http/"
+	ln -s "${wrksrc}/trial-protocol" .
+	cp "packagefiles/trial.protocol/meson.build" "trial-protocol/"
+	sed -i "155d" ${wrksrc}/${pkgname}-v${version}/src/main.ypp
+}

  parent reply	other threads:[~2023-08-27  6:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45786@inbox.vuxu.org>
2023-08-26 23:25 ` [PR REVIEW] " Duncaen
2023-08-26 23:25 ` Duncaen
2023-08-26 23:26 ` Duncaen
2023-08-26 23:27 ` Duncaen
2023-08-27  0:26 ` manipuladordedados
2023-08-27  5:08 ` [PR PATCH] [Updated] " manipuladordedados
2023-08-27  5:19 ` manipuladordedados
2023-08-27  5:23 ` manipuladordedados
2023-08-27  5:50 ` manipuladordedados
2023-08-27  5:51 ` [PR PATCH] [Closed]: " manipuladordedados
2023-08-27  5:51 ` [PR PATCH] [Updated] " manipuladordedados
2023-08-27  6:50 ` manipuladordedados [this message]
2023-08-27  7:00 ` [PR REVIEW] " manipuladordedados
2023-12-03  1:47 ` github-actions
2023-12-03  5:42 ` manipuladordedados
2024-03-04  1:47 ` github-actions
2024-03-19  1:44 ` [PR PATCH] [Closed]: " github-actions

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=20230827065021.3BzLJOCOJfgsK1MptOzSSna9mmnyQx98XX8UZKIGBiM@z \
    --to=manipuladordedados@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).