Install this version:
emerge -a =games-roguelike/adom-3.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-roguelike/adom-3.3.3
Or alternatively:
emerge --autounmask-write -a =games-roguelike/adom-3.3.3
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${PN}_linux_debian"
DESCRIPTION="Ancient Domains Of Mystery rogue-like game"
HOMEPAGE="https://www.adom.de/"
SRC_URI="x86? ( https://www.adom.de/home/download/current/${MY_P}_32_${PV}.tar.gz -> ${P}_x86.tar.gz )
amd64? ( https://www.adom.de/home/download/current/${MY_P}_64_${PV}.tar.gz -> ${P}_amd64.tar.gz )"
S="${WORKDIR}/adom"
LICENSE="adom"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="strip" # The executable is pre-stripped
QA_FLAGS_IGNORED="/opt/bin/adom"
RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]"
DOCS=(
"docs/adomfaq.txt"
"docs/credits.txt"
"docs/manual.txt"
"docs/readme1st.txt"
)
src_install() {
exeinto /opt/bin
doexe adom
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | adom-3.3.3_amd64.tar.gz | 1821896 bytes | https://www.adom.de/home/download/current/adom_linux_debian_64_3.3.3.tar.gz |
| DIST | adom-3.3.3_x86.tar.gz | 1894237 bytes | https://www.adom.de/home/download/current/adom_linux_debian_32_3.3.3.tar.gz |