Install this version:
emerge -a =games-emulation/conty-1.29.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-emulation/conty-1.29.1
Or alternatively:
emerge --autounmask-write -a =games-emulation/conty-1.29.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.29.1 | 8 | amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-info desktop
NAME="${PN}_dwarfs.sh"
DESCRIPTION="SquashFS image of Arch Linux with: Lutris, Steam, Bottles, Wine..."
HOMEPAGE="https://github.com/Kron4ek/Conty"
SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
QA_PREBUILT="*"
CONFIG_CHECK="
IA32_EMULATION
USER_NS
PROC_SYSCTL"
# Added because I read about it at https://github.com/Kron4ek/Conty/issues/243#issuecomment-3094669564
src_install() {
newbin "${DISTDIR}/${P}" $PN
domenu "${FILESDIR}/${PN}-lutris.desktop"
domenu "${FILESDIR}/${PN}-steam.desktop"
domenu "${FILESDIR}/${PN}-bottles.desktop"
domenu "${FILESDIR}/${PN}-genymotion.desktop"
domenu "${FILESDIR}/${PN}-nautilus.desktop"
}
pkg_postinst() {
einfo "How to use: $ ${NAME} [command] [command_arguments]"
einfo "For example: ${NAME} steam"
einfo "or"
einfo "WINEPREFIX=$HOME/wine-conty ${NAME} gamescope -f -- wine ./game.exe"
einfo "but for simplicity use lutris here - you will get GUI for Wine options"
einfo "also --help is available"
}
sys-fs/fuse:0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | conty-1.29.1 | 1909963682 bytes | https://github.com/Kron4ek/Conty/releases/download/1.29.1/conty_dwarfs.sh |