mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-action/guacamelee: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
0936cab043
commit
be6197be38
@@ -1,13 +1,15 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop unpacker xdg-utils
|
||||
|
||||
DESCRIPTION="A Metroidvania-style action-platformer set in a magical Mexican-inspired world"
|
||||
HOMEPAGE="http://guacamelee.com"
|
||||
DESCRIPTION="Metroidvania-style action-platformer set in a magical Mexican-inspired world"
|
||||
HOMEPAGE="https://guacamelee.com"
|
||||
SRC_URI="Guacamelee_linux_1393037377.sh"
|
||||
S="${WORKDIR}/data"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
@@ -18,8 +20,6 @@ RDEPEND="
|
||||
virtual/opengl[abi_x86_32]
|
||||
"
|
||||
|
||||
S="${WORKDIR}/data"
|
||||
|
||||
DIR="/opt/${PN}"
|
||||
QA_PREBUILT="${DIR}/*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user