summaryrefslogtreecommitdiff
path: root/sys-apps/qdiskinfo/qdiskinfo-0.4.ebuild
blob: c6b2580a6ecd4e35f38977a8edf25c40a7f7ece1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="CrystalDiskInfo alternative for Linux"
HOMEPAGE="https://github.com/edisionnano/QDiskInfo"
SRC_URI="
	https://github.com/edisionnano/QDiskInfo/archive/refs/tags/${PV}.tar.gz
		-> ${P}.tar.gz
"
S="${WORKDIR}/QDiskInfo-${PV}"

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

DEPEND="
	dev-qt/qtbase:6[dbus,gui,widgets]
"
RDEPEND="${DEPEND}
	sys-apps/smartmontools
"