summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/pmbw')
-rw-r--r--app-benchmarks/pmbw/Manifest1
-rw-r--r--app-benchmarks/pmbw/metadata.xml12
-rw-r--r--app-benchmarks/pmbw/pmbw-0.6.3.ebuild20
3 files changed, 33 insertions, 0 deletions
diff --git a/app-benchmarks/pmbw/Manifest b/app-benchmarks/pmbw/Manifest
new file mode 100644
index 000000000000..28660dea57cf
--- /dev/null
+++ b/app-benchmarks/pmbw/Manifest
@@ -0,0 +1 @@
+DIST pmbw-0.6.3.tar.gz 130254 BLAKE2B 103938c4be9631fc44eca30711618d4045835ffddce159164040221b3ff32f93e36875b2ab42b5be0c7ea8ef3aca36ac2bee05af79f222a6a63d77bcf65f7650 SHA512 25f6af8615ce1b5d39f3a0c480b15d7a74bda52cfb2dd3cecd5144676daa3830ebb7ff6fce55a5b514c145fc09d59fc1b81234e2fbc499a50b432daeb3fc9a2f
diff --git a/app-benchmarks/pmbw/metadata.xml b/app-benchmarks/pmbw/metadata.xml
new file mode 100644
index 000000000000..f3364808358f
--- /dev/null
+++ b/app-benchmarks/pmbw/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>kaichun.ning@gmail.com</email>
+ <name>Kai-Chun Ning</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-benchmarks/pmbw/pmbw-0.6.3.ebuild b/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
new file mode 100644
index 000000000000..4436a0ace6a4
--- /dev/null
+++ b/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Parallel Memory Bandwidth Measurement / Benchmark Tool"
+HOMEPAGE="https://github.com/bingmann/pmbw"
+SRC_URI="https://github.com/bingmann/pmbw/archive/refs/tags/${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+src_prepare() {
+ default
+ eautoreconf
+}