Install this version:
emerge -a =dev-util/flips-198
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/flips-198
Or alternatively:
emerge --autounmask-write -a =dev-util/flips-198
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Floating IPS is a patcher for IPS and BPS files."
HOMEPAGE="https://github.com/Alcaro/Flips"
SRC_URI="https://github.com/Alcaro/Flips/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Flips-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="gtk"
DEPEND="gtk? ( x11-libs/gtk+:3 )"
RDEPEND="${DEPEND}"
src_configure() {
:
}
src_compile() {
local target=cli
emake "TARGET=${target}"
mv "${PN}" "${PN}-cli"
if use gtk; then
emake TARGET=gtk
fi
}
src_install() {
if ! use gtk; then
newbin "${PN}-cli" "${PN}"
else
dobin "${PN}-cli"
default
fi
}
Manage flags for this package:
euse -i <flag> -p dev-util/flips |
euse -E <flag> -p dev-util/flips |
euse -D <flag> -p dev-util/flips
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flips-198.tar.gz | 44533257 bytes | https://github.com/Alcaro/Flips/archive/refs/tags/v198.tar.gz |