diff --git a/sys-apps/cctv/cctv-9999.ebuild b/sys-apps/cctv/cctv-9999.ebuild new file mode 100644 index 0000000000..062ff09ce8 --- /dev/null +++ b/sys-apps/cctv/cctv-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RUST_MIN_VER="1.85.0" +inherit cargo git-r3 + +DESCRIPTION="Terminal interface for CoolerControl" +HOMEPAGE="https://gitlab.com/coolercontrol/cctv" +EGIT_REPO_URI="https://gitlab.com/coolercontrol/cctv.git" + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND="dev-libs/openssl:=" +DEPEND="${RDEPEND}" + +QA_FLAGS_IGNORED=".*" + +src_unpack() { + git-r3_src_unpack + cargo_live_src_unpack +} diff --git a/sys-apps/cctv/metadata.xml b/sys-apps/cctv/metadata.xml new file mode 100644 index 0000000000..29ddcf60d0 --- /dev/null +++ b/sys-apps/cctv/metadata.xml @@ -0,0 +1,11 @@ + + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + coolercontrol/cctv + +