gentoo-ebuilds/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
Yongxiang Liang 709f66e623
app-benchmarks/pmbw: Keyword 0.6.3 riscv, #863362
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26724
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-08-03 17:38:34 +02:00

20 lines
449 B
Bash

# 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
}