mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-benchmarks/kdiskmark: add 3.3.0
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
29
app-benchmarks/kdiskmark/kdiskmark-3.3.0.ebuild
Normal file
29
app-benchmarks/kdiskmark/kdiskmark-3.3.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A simple open-source disk benchmark 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]"
|
||||
Reference in New Issue
Block a user