app-benchmarks/kdiskmark - 3.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-benchmarks/kdiskmark-3.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-benchmarks/kdiskmark-3.2.0

Or alternatively:

emerge --autounmask-write -a =app-benchmarks/kdiskmark-3.2.0

Package Information

Description:
Disk benchmarking tool
Homepage:
https://github.com/JonMagon/KDiskMark
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Disk benchmarking tool"
HOMEPAGE="https://github.com/JonMagon/KDiskMark"
SRC_URI="https://github.com/JonMagon/KDiskMark/releases/download/${PV}/${P}-source.tar.gz"

inherit cmake xdg

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

COMMON_DEPEND="
	dev-qt/qtbase:6[dbus,gui,network,widgets]
	sys-auth/polkit-qt[qt6(+)]
"
DEPEND="
	${COMMON_DEPEND}
	kde-frameworks/extra-cmake-modules
"
RDEPEND="
	${COMMON_DEPEND}
	sys-block/fio[aio]
	x11-themes/hicolor-icon-theme
"
BDEPEND="dev-qt/qttools:6[linguist]"

Inherited Eclasses

xdg

Dependencies

DEPEND

	
	dev-qt/qtbase:6[dbus,gui,network,widgets]
	sys-auth/polkit-qt[qt6(+)]

	kde-frameworks/extra-cmake-modules

RDEPEND

	
	dev-qt/qtbase:6[dbus,gui,network,widgets]
	sys-auth/polkit-qt[qt6(+)]

	sys-block/fio[aio]
	x11-themes/hicolor-icon-theme

BDEPEND

dev-qt/qttools:6[linguist]

Manifest for 3.2.0

Type File Size Source URLs
DIST kdiskmark-3.2.0-source.tar.gz 195625 bytes https://github.com/JonMagon/KDiskMark/releases/download/3.2.0/kdiskmark-3.2.0-source.tar.gz