sys-block/sdmon: new package, add 0.9.0_p20250201

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-12-22 09:54:20 +01:00
parent 9a6d467e93
commit 12ffd41b4e
3 changed files with 38 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST sdmon-0.9.0_p20250201.tar.gz 35052 BLAKE2B 10618843a5b202a839e58136f4559850de531063200a59ce610d2f82fcef9039b7fddabdcb27ebadc9284258006878be69ba14fefa05d2c60b0ff00631808522 SHA512 3ec3fb7b02c97cd3d852a6e414b57588c39625fe3727d802fe43025f7807b828ff6c99b82570ae889e1f85fe01b7202f8e38b19c37b77804a058b45143ddfb64
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flow@gentoo.org</email>
<name>Florian Schmaus</name>
</maintainer>
<upstream>
<remote-id type="github">Ognian/sdmon</remote-id>
<bugs-to>https://github.com/Ognian/sdmon/issues</bugs-to>
</upstream>
</pkgmetadata>
@@ -0,0 +1,25 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Get SD-card health data"
HOMEPAGE="https://www.ogi-it.com/portfolio/sdmon/ https://github.com/Ognian/sdmon"
MY_COMMIT_ID="9ab840a15bbd93dd4e2797ecc47f8d2362ef2785"
SRC_URI="
https://github.com/Ognian/sdmon/archive/${MY_COMMIT_ID}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/${PN}-${MY_COMMIT_ID}/src"
LICENSE="GPL-2 BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
src_install() {
dosbin sdmon
dodoc ../readme.md
}