summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/pmbw/pmbw-0.6.3.ebuild')
-rw-r--r--app-benchmarks/pmbw/pmbw-0.6.3.ebuild20
1 files changed, 20 insertions, 0 deletions
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
+}