summaryrefslogtreecommitdiff
path: root/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
blob: 88aace3e6ec4384497071c2efad583f4ec2c2ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 ~x86"

src_prepare() {
	default
	eautoreconf
}