# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI="6" inherit eutils git-r3 mount-boot DESCRIPTION="argononed: A replacement daemon for the Argon One Raspberry Pi case" HOMEPAGE="https://gitlab.com/DarkElvenAngel/argononed" EGIT_REPO_URI="https://gitlab.com/DarkElvenAngel/argononed.git" EGIT_BRANCH="0.3.x" EGIT_COMMIT="6302f1af0e65d6be5abf9855b8b1aeb12f5fe81d" LICENSE="GPL-3" SLOT="0" KEYWORDS="~arm ~arm64" IUSE="" DEPEND="dev-vcs/git sys-devel/gcc sys-apps/dtc sys-kernel/linux-headers >=sys-devel/make-4.3" RDEPEND="${DEPEND}" src_configure() { export USE_SYSFS_TEMP=USE_SYSFS_TEMP=/sys/class/thermal/thermal_zone0/hwmon0/temp1_input export TARGET_DISTRO=gentoo export DESTDIR="${D}" ./configure --prefix=/usr } src_install() { cd ${S}/argononed/ && sh install || die "Failed to install" }