games-util/zennode - 1.2.1 (gogooverlay)

Search

Package Information

Description:
A DOOM node/blockmap/reject builder
Homepage:
https://www.mrousseau.org/programs/ZenNode/ https://github.com/Doom-Utils/zennode
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A DOOM node/blockmap/reject builder"
HOMEPAGE="
	https://www.mrousseau.org/programs/ZenNode/
	https://github.com/Doom-Utils/zennode"
SRC_URI="https://github.com/Doom-Utils/zennode/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${P}/ZenNode"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="app-arch/unzip"

src_install() {
	dobin "${S}/ZenNode"

	newbin "${S}/bspinfo" ZenNodeBSPInfo
	newbin "${S}/bspdiff" ZenNodeBSPDiff
	newbin "${S}/compare" ZenNodeCompare
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.2.1

Type File Size Source URLs
DIST zennode-1.2.1.tar.gz 88976 bytes https://github.com/Doom-Utils/zennode/archive/refs/tags/1.2.1.tar.gz