Files
guru/sys-apps/cctv/cctv-9999.ebuild
Alfred Wingate a134f031c7 sys-apps/cctv: new package, add 9999
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-10-22 22:54:52 +02:00

25 lines
470 B
Bash

# 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
}