Added
This commit is contained in:
parent
3d45728351
commit
4f4a9a9548
1
sys-power/envycontrol/Manifest.txt
Normal file
1
sys-power/envycontrol/Manifest.txt
Normal file
@ -0,0 +1 @@
|
||||
DIST envycontrol-3.4.0.tar.gz 78371 BLAKE2B 99cfe5877a23f82b5722eb32a88b4943731c519eb5464bb6b4454a7739f4e9b051751dde2baa0557ca0338e7344e71d021f4f8d3e57588d60c2b07cfb3e14bd5 SHA512 fc55a5a43aa33054564c9f7ce9819cb8095f906b7ce25fe0363bdf53eb358920a393c12de75d7a9edcad865cc11591ca7717ef4c7d8cc6eda9e62444e62a7b12
|
25
sys-power/envycontrol/envycontrol-3.4.0.ebuild
Normal file
25
sys-power/envycontrol/envycontrol-3.4.0.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easy GPU switching for Nvidia Optimus laptops under Linux "
|
||||
HOMEPAGE="https://github.com/bayasdev/envycontrol"
|
||||
SRC_URI="https://github.com/bayasdev/envycontrol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_compile() {
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user