mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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
|
||||
DESCRIPTION="OmenCore is an Advanced Performance Control for HP Omen Laptops"
|
||||
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
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -13,7 +17,8 @@ KEYWORDS="-* ~amd64"
|
||||
RESTRICT="mirror strip"
|
||||
QA_PREBUILT="*"
|
||||
BDEPEND="app-arch/unzip"
|
||||
RDEPEND="x11-libs/libSM
|
||||
RDEPEND="
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrandr
|
||||
|
||||
Reference in New Issue
Block a user