From 743841a1bafcfc839c600a42a4459304d7e69ab2 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Wed, 26 Feb 2025 16:47:22 +0400 Subject: [PATCH] games-emulation/conty: new package Adding to this overlay because removed from Guru - because they do not like that it has many licenses https://github.com/gentoo/guru/commit/98f9b78a40a26e29aab5c08de5c2290bb0ed024d --- games-emulation/conty/Manifest | 1 + games-emulation/conty/conty-1.27.1.ebuild | 31 +++++++++++++++++++++++ games-emulation/conty/metadata.xml | 29 +++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 games-emulation/conty/Manifest create mode 100644 games-emulation/conty/conty-1.27.1.ebuild create mode 100644 games-emulation/conty/metadata.xml diff --git a/games-emulation/conty/Manifest b/games-emulation/conty/Manifest new file mode 100644 index 000000000..ae29aa7da --- /dev/null +++ b/games-emulation/conty/Manifest @@ -0,0 +1 @@ +DIST conty-1.27.1 1178997065 BLAKE2B a4bd5170be14f28855fe20c77bb0784515c4a374ff0fd645613c406aad388152dd45962d6017c1964269ca7fb9b119428d02d0b10643dc0f75994c19c64965dc SHA512 430d0c247fc587f26d4a3b6589929a92ab5afa4ef25b9006fcde5cc74b363b2cd2177af84260ed8264fecfb5e61d16d24f74cbb347fd5dfe8125bece23d4ab3d diff --git a/games-emulation/conty/conty-1.27.1.ebuild b/games-emulation/conty/conty-1.27.1.ebuild new file mode 100644 index 000000000..f59622333 --- /dev/null +++ b/games-emulation/conty/conty-1.27.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit linux-info +NAME="${PN}_lite_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 +" +src_install() { + dobin "${DISTDIR}/${P}" +} +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" +} diff --git a/games-emulation/conty/metadata.xml b/games-emulation/conty/metadata.xml new file mode 100644 index 000000000..cd17499e9 --- /dev/null +++ b/games-emulation/conty/metadata.xml @@ -0,0 +1,29 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + +This is an easy to use compressed unprivileged Linux container packed into a single executable. It is designed to be as simple and user-friendly as possible. You can use it to run any applications, including games (Vulkan and OpenGL). + +Includes, among others, these apps: Wine-GE, Steam, Lutris, PlayOnLinux, GameHub, Minigalaxy, Legendary, Bottles, MultiMC, MangoHud, Gamescope, RetroArch, Sunshine. + +Based on Arch Linux. + +All applications that you run with Conty read and store their configs in your HOME directory as if you weren't using the container at all. + +No performance overhead. Since it's just a container, there is virtually no performance overhead, all applications will run at full speed. Regarding memory usage, Conty uses a bit more memory due to compression and because applications from the container can't share libraries with your system apps. + +Supports Xorg, Wayland and XWayland. + +Supports Chaotic-AUR and ALHP repositories. AUR is also supported. + +With Conty you can play Windows games on no-multilib profile. + + + Kron4ek/Conty + https://github.com/Kron4ek/Conty/issues + +