Add system76-power package from vaacus overlay
This commit is contained in:
34
sys-power/system76-power/system76-power-9999.ebuild
Normal file
34
sys-power/system76-power/system76-power-9999.ebuild
Normal file
@@ -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
|
||||||
|
}
|
Reference in New Issue
Block a user