sys-apps/qdiskinfo: new package, add 0.3

Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
Sebastian Engel 2024-11-07 14:21:10 +01:00
parent 7b39cd584b
commit c606611069
No known key found for this signature in database
GPG Key ID: E6359D3AA1AA2397
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST qdiskinfo-0.3.tar.gz 2656713 BLAKE2B 6b8f199a0c35f48da9bd997705eb0314e13365ef93b42442d5ebfac3d8f497c7ff1f98e8dad93f08206e702ae01604f0f4954d6fcc19b92317db7f1e23389a13 SHA512 d90ad0bb0b870c41fe9b399521f2694bb39f239cd627f816dc51558fd12fc64a6975a142b613795ba9d63211ec6f42a140ea80d09b564ae154471cc1bed9182b

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sighunter@gmx.de</email>
<name>Sebastian Engel</name>
</maintainer>
<upstream>
<remote-id type="github">edisionnano/QDiskInfo</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,25 @@
# Copyright 2024 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
"