mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-apps/qdiskinfo: add 0.4
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
25
sys-apps/qdiskinfo/qdiskinfo-0.4.ebuild
Normal file
25
sys-apps/qdiskinfo/qdiskinfo-0.4.ebuild
Normal file
@@ -0,0 +1,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
|
||||
"
|
||||
Reference in New Issue
Block a user