games-fps/DumbDoom - 0.9.4 (illogician-overlay)

Search

Install

Install this version:

emerge -a =games-fps/DumbDoom-0.9.4

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

autounmask =games-fps/DumbDoom-0.9.4

Or alternatively:

emerge --autounmask-write -a =games-fps/DumbDoom-0.9.4

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.4 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.9.2+-vendor.tar.xz"
S="${WORKDIR}/dumbdoom"

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

BDEPEND="dev-lang/go
	sys-devel/gcc
	x11-libs/gtk+:3
	dev-util/pkgconf
"

src_unpack() {
	default
}

src_prepare() {
	default
	ego build -x
}

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

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/go
	sys-devel/gcc
	x11-libs/gtk+:3
	dev-util/pkgconf

Manifest for 0.9.4

Type File Size Source URLs
DIST DumbDoom-0.9.4.tar.gz 34318 bytes https://codeberg.org/illogician/DumbDoom/archive/0.9.4.tar.gz