games-fps/DumbDoom - 0.9.1-r2 (illogician-overlay)

Search

Install

Install this version:

emerge -a =games-fps/DumbDoom-0.9.1-r2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-fps/DumbDoom-0.9.1-r2

Or alternatively:

emerge --autounmask-write -a =games-fps/DumbDoom-0.9.1-r2

Package Information

Description:
A Doom and Doom II launcher that isn't smart
Homepage:
https://codeberg.org/illogician/DumbDoom
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.1-r2 8 amd64 0
View Raw Ebuild
# Copyright 2025-2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic go-module desktop


DESCRIPTION="A Doom and Doom II launcher that isn't smart"
HOMEPAGE="https://codeberg.org/illogician/DumbDoom"
SRC_URI="https://codeberg.org/illogician/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://codeberg.org/illogician/illogician-overlay/raw/branch/main/games-fps/DumbDoom/${PN}-0.8.8+-vendor-r1.tar.xz"
S="${WORKDIR}/dumbdoom"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="+wayland"

BDEPEND="dev-lang/go
	sys-devel/gcc
	x11-libs/gtk+:3
	wayland? ( x11-libs/gtk+:3[wayland] )
	dev-util/pkgconf
"

src_unpack() {
	default
}

src_prepare() {
	use !wayland && cd ${WORKDIR} && eapply ${FILESDIR}/bind_cgo.patch && cd ${S}
	default
	ego build -x
}

src_install() {
	dobin DumbDoom
	doicon ${S}/misc/dumbdoomicon.svg
	domenu ${S}/misc/dumbdoom.desktop
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-fps/DumbDoom | euse -E <flag> -p games-fps/DumbDoom | euse -D <flag> -p games-fps/DumbDoom

Global/Standard Flags

wayland
Default: Enabled (+)

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/go
	sys-devel/gcc
	x11-libs/gtk+:3
	wayland? ( x11-libs/gtk+:3[wayland] )
	dev-util/pkgconf