Files
gentoo/games-util/wiiload/wiiload-0.5.3.ebuild
Alexey Sokolov 3ebc5f6799 games-util/wiiload: add 0.5.3
Closes: https://bugs.gentoo.org/944172
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/535
Signed-off-by: Sam James <sam@gentoo.org>
2026-04-06 06:15:57 +01:00

27 lines
552 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Load homebrew apps over the network to your Wii"
HOMEPAGE="http://wiibrew.org/wiki/Wiiload https://github.com/devkitPro/wiiload"
SRC_URI="https://github.com/devkitPro/wiiload/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/zlib:="
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-stdbool.patch"
)
src_prepare() {
default
eautoreconf
}