games-util/doombsp - 20230512 (gogooverlay)

Search

Package Information

Homepage:
https://github.com/teefoss/doombsp
License:
DUL

Ebuild Details

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

EAPI=8

if [[ ${PV} == "20230512" ]] ; then
	PHASH="01969e4508a40e69b735df3362da308a0abb3d96"
fi

DESCRIPTION="id Software's node builder for Doom, made cross-platform"
HOMEPAGE="https://github.com/teefoss/doombsp"
SRC_URI="https://github.com/teefoss/doombsp/archive/${PHASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PHASH}"

LICENSE="DUL"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}/doombsp.patch"
	"${FILESDIR}/link.patch"
)

src_install() {
	dobin doombsp
}

Manifest for 20230512

Type File Size Source URLs
DIST doombsp-20230512.tar.gz 28569 bytes https://github.com/teefoss/doombsp/archive/01969e4508a40e69b735df3362da308a0abb3d96.tar.gz