Install this version:
emerge -a =games-util/cdecrypt-4.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/cdecrypt-4.8
Or alternatively:
emerge --autounmask-write -a =games-util/cdecrypt-4.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.8 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Decrypt Wii U NUS content"
HOMEPAGE="https://github.com/VitaSmith/cdecrypt"
SRC_URI="https://github.com/VitaSmith/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i 's/^LDFLAGS=.*//g' Makefile || die
default
}
src_compile() {
emake V=1
}
src_install() {
einstalldocs
dobin "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cdecrypt-4.8.tar.gz | 42811 bytes | https://github.com/VitaSmith/cdecrypt/archive/refs/tags/v4.8.tar.gz |