diff --git a/sys-power/envycontrol/Manifest b/sys-power/envycontrol/Manifest new file mode 100644 index 0000000..2987d64 --- /dev/null +++ b/sys-power/envycontrol/Manifest @@ -0,0 +1,2 @@ +DIST envycontrol-3.4.0.tar.gz 78371 BLAKE2B 99cfe5877a23f82b5722eb32a88b4943731c519eb5464bb6b4454a7739f4e9b051751dde2baa0557ca0338e7344e71d021f4f8d3e57588d60c2b07cfb3e14bd5 SHA512 fc55a5a43aa33054564c9f7ce9819cb8095f906b7ce25fe0363bdf53eb358920a393c12de75d7a9edcad865cc11591ca7717ef4c7d8cc6eda9e62444e62a7b12 +DIST envycontrol-3.5.2.tar.gz 79309 BLAKE2B 268d2919cfc63b4aed38ea9314363dbb04dd1eb3bd35780fcd85090d416307cbec99a179330e8f1cb748a392daa2ec75a470d2eda9a34ebc2cb0a66b83b953c4 SHA512 ad42c61161e10d6c2922261589b9f27015888eed73268fb02da0aa2f319e3eaa69205f5dfbe2dfc5bea36116e1aecb0bd9d0939202387275043f05f47161aa9c diff --git a/sys-power/envycontrol/envycontrol-3.5.2.ebuild b/sys-power/envycontrol/envycontrol-3.5.2.ebuild new file mode 100644 index 0000000..0811afb --- /dev/null +++ b/sys-power/envycontrol/envycontrol-3.5.2.ebuild @@ -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..13} ) + +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 +}