Github messages for voidlinux
 help / color / mirror / Atom feed
From: ayoubelmhamdi <ayoubelmhamdi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] criterion FOSS unit test for c/c++
Date: Sun, 01 May 2022 15:19:49 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36935@inbox.vuxu.org> (raw)

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

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

https://github.com/ayoub-fork/void-packages criterion
https://github.com/void-linux/void-packages/pull/36935

criterion FOSS unit test for c/c++

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 3cd0c03f495d21194eb99be8a0c8c64cf68b0903 Mon Sep 17 00:00:00 2001
From: Ayoub EL Mhamdi <ayoub.elmhamdi@gmail.com>
Date: Sun, 1 May 2022 14:16:12 +0100
Subject: [PATCH] criterion FOSS unit test for c/c++

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

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
new file mode 100644
index 000000000000..dbc66134efd8
--- /dev/null
+++ b/srcpkgs/criterion/template
@@ -0,0 +1,41 @@
+# Maintainer: László Várady <laszlo.varady93@gmail.com>
+# Contributor: Snaipe
+pkgname=criterion
+version=2.4.1
+revision=1
+short_desc="A cross-platform C and C++ unit testing framework for the 21th century"
+hostmakedepends="meson python3-cram glibc ninja pkg-config cmake libffi-devel"
+depends="gettext nanomsg libffi libgit2"
+checkdepends="python3-cram"
+maintainer="ayoubelmhamdi@gmail.com"
+build_style=meson
+license="MIT"
+homepage="https://github.com/Snaipe/Criterion"
+distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
+archs="x86_64"
+
+##do_build() {
+##	cd $wrksrc
+##	meson build
+##}
+
+
+##do_build() {
+##cd $wrksrc
+##arch-meson -Db_pie=false -Db_lto=false build
+##meson compile -C build
+
+
+##do_check() {
+##  cd "${pkgname}-${version}"
+##  meson test -C build
+##}
+##
+##do_install() {
+##	cd ${wrksrc}
+##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
+##	ninja -C build install
+##	ldconfig
+##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+##}

             reply	other threads:[~2022-05-01 13:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-01 13:19 ayoubelmhamdi [this message]
2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
2022-05-02  3:20 ` ayoubelmhamdi
2022-05-02  3:22 ` ayoubelmhamdi
2022-08-01  2:14 ` github-actions
2022-08-16  2:15 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36935@inbox.vuxu.org \
    --to=ayoubelmhamdi@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).