From 9638c36fe11660f99fd5ac66ef04f1e7219e2859 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 5 May 2024 09:30:23 -0400 Subject: [PATCH] Add system76-power package from vaacus overlay --- .../system76-power/system76-power-9999.ebuild | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sys-power/system76-power/system76-power-9999.ebuild diff --git a/sys-power/system76-power/system76-power-9999.ebuild b/sys-power/system76-power/system76-power-9999.ebuild new file mode 100644 index 0000000..ce7c9d0 --- /dev/null +++ b/sys-power/system76-power/system76-power-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" +" + +inherit cargo git-r3 + +DESCRIPTION="System76 Power Management" +HOMEPAGE="https://github.com/pop-os/system76-power" +SRC_URI="$(cargo_crate_uris ${CRATES})" +EGIT_REPO_URI="https://github.com/pop-os/system76-power.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64" + +S="${WORKDIR}/${P}" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_unpack(){ + x86_64-pc-linux-gnu-gcc -v + git-r3_src_unpack + cargo_live_src_unpack +} + +src_install(){ + default +}