mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-misc/omencore-bin: update SRC_URI
Signed-off-by: Samuel Hurtado Marin <samuel@hurtadom.dev>
This commit is contained in:
@@ -5,7 +5,11 @@ EAPI=8
|
|||||||
inherit desktop
|
inherit desktop
|
||||||
DESCRIPTION="OmenCore is an Advanced Performance Control for HP Omen Laptops"
|
DESCRIPTION="OmenCore is an Advanced Performance Control for HP Omen Laptops"
|
||||||
HOMEPAGE="https://omencore.info/"
|
HOMEPAGE="https://omencore.info/"
|
||||||
SRC_URI="https://github.com/theantipopau/omencore/releases/download/v${PV}/OmenCore-${PV}-linux-x64.zip"
|
SRC_URI="
|
||||||
|
amd64? (
|
||||||
|
https://github.com/theantipopau/omencore/releases/download/v${PV}/OmenCore-${PV}-linux-x64.zip
|
||||||
|
)
|
||||||
|
"
|
||||||
S="${WORKDIR}" #src unzip /work directory
|
S="${WORKDIR}" #src unzip /work directory
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -13,7 +17,8 @@ KEYWORDS="-* ~amd64"
|
|||||||
RESTRICT="mirror strip"
|
RESTRICT="mirror strip"
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
BDEPEND="app-arch/unzip"
|
BDEPEND="app-arch/unzip"
|
||||||
RDEPEND="x11-libs/libSM
|
RDEPEND="
|
||||||
|
x11-libs/libSM
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
x11-libs/libXext
|
x11-libs/libXext
|
||||||
x11-libs/libXrandr
|
x11-libs/libXrandr
|
||||||
|
|||||||
Reference in New Issue
Block a user