Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] criterion FOSS unit test for c/c++
@ 2022-05-01 13:19 ayoubelmhamdi
  2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ayoubelmhamdi @ 2022-05-01 13:19 UTC (permalink / raw)
  To: ml

[-- 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"
+##}

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

end of thread, other threads:[~2022-08-16  2:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
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

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