games-util/wadext - 2.1 (gogooverlay)

Search

Package Information

Description:
A simple WAD extraction command line tool for Doom-engine mods
Homepage:
https://github.com/ZDoom/wadext
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
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

inherit cmake

DESCRIPTION="A simple WAD extraction command line tool for Doom-engine mods"
HOMEPAGE="https://github.com/ZDoom/wadext"
SRC_URI="https://github.com/ZDoom/wadext/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

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

src_install() {
	dobin "${S}_build/wadext"
}

Manifest for 2.1

Type File Size Source URLs
DIST wadext-2.1.tar.gz 216624 bytes https://github.com/ZDoom/wadext/archive/refs/tags/2.1.tar.gz