commit: 12ffd41b4e188b56790bcc49b20000ffd1b75a3a Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 08:54:20 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 08:54:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ffd41b
sys-block/sdmon: new package, add 0.9.0_p20250201 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-block/sdmon/Manifest | 1 + sys-block/sdmon/metadata.xml | 12 ++++++++++++ sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/sys-block/sdmon/Manifest b/sys-block/sdmon/Manifest new file mode 100644 index 000000000000..a361ff1187e7 --- /dev/null +++ b/sys-block/sdmon/Manifest @@ -0,0 +1 @@ +DIST sdmon-0.9.0_p20250201.tar.gz 35052 BLAKE2B 10618843a5b202a839e58136f4559850de531063200a59ce610d2f82fcef9039b7fddabdcb27ebadc9284258006878be69ba14fefa05d2c60b0ff00631808522 SHA512 3ec3fb7b02c97cd3d852a6e414b57588c39625fe3727d802fe43025f7807b828ff6c99b82570ae889e1f85fe01b7202f8e38b19c37b77804a058b45143ddfb64 diff --git a/sys-block/sdmon/metadata.xml b/sys-block/sdmon/metadata.xml new file mode 100644 index 000000000000..604378887590 --- /dev/null +++ b/sys-block/sdmon/metadata.xml @@ -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>[email protected]</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> diff --git a/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild b/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild new file mode 100644 index 000000000000..98f01d3470f0 --- /dev/null +++ b/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild @@ -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 +}
