mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-fps/final-doom-data-gog: New package
Closes: https://bugs.gentoo.org/162256 Closes: https://bugs.gentoo.org/162258 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
1
games-fps/final-doom-data-gog/Manifest
Normal file
1
games-fps/final-doom-data-gog/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST setup_final_doom_1.9_(28044).exe 28883648 BLAKE2B e5b8657011eca1b06e9b04a3cdc57cc731b0009d32dee4e375ac308f71f568f4cfed9e8f030b89d7fad46b98076ede762a5635e81317a668c1b1e9c4c0b0e14a SHA512 e4c454609f2c3f08be3b0064768a76ca171a44ea3c822ec632ceee3616e1d9d2df7b5dd0cb8730160184b862bfccba0ac1da05e32a8f90cf3dc2a7314b196e6d
|
||||
35
games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild
Normal file
35
games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Data files for Final DOOM from gog.com"
|
||||
HOMEPAGE="https://www.gog.com/en/game/doom_ii_final_doom"
|
||||
SRC_URI="setup_final_doom_${PV}_(28044).exe"
|
||||
LICENSE="GOG-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~m68k ~x86"
|
||||
RESTRICT="bindist fetch"
|
||||
|
||||
BDEPEND="app-arch/innoextract"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please buy and download ${SRC_URI} from:"
|
||||
einfo " ${HOMEPAGE}"
|
||||
einfo "and move it to your distfiles directory."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
innoextract --extract --lowercase \
|
||||
--include=/Plutonia/PLUTONIA.WAD \
|
||||
--include=/TNT/TNT.WAD \
|
||||
--include=/Manual.pdf \
|
||||
"${DISTDIR}/${A}" || die
|
||||
|
||||
insinto /usr/share/doom
|
||||
doins plutonia/plutonia.wad tnt/tnt.wad
|
||||
|
||||
dodoc manual.pdf
|
||||
}
|
||||
12
games-fps/final-doom-data-gog/metadata.xml
Normal file
12
games-fps/final-doom-data-gog/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chewi@gentoo.org</email>
|
||||
<name>James Le Cuirot</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user