games-rpg/crosscode-a-new-home: new package, add 0_p20220419

Closes: https://bugs.gentoo.org/908027
Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
Hoël Bézier
2023-06-27 13:16:24 +02:00
committed by James Le Cuirot
parent 3676a08015
commit 9165ac02ee
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST new-home.zip 4235451 BLAKE2B 0245abe1d67ba4f6ed8ef4c96a1f03ae454fe39dce950044132fb8b7688b981ae654c30923954951e33c2788e638cf61bb158beeb749cdb1c967bdfe0acab23e SHA512 49269c1bda85d42165b8f86cab4f117c69cc05dafe2905d4540815bd5fac89fe982bf0f850e706953c838b94ec03635c2c6fd06822d8214aeffcbb6d372c0657

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="CrossCode DLC unlocking post-game content"
HOMEPAGE="https://radicalfishgames.itch.io/crosscode-a-new-home"
SRC_URI="new-home.zip"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch splitdebug"
RDEPEND="
>=games-rpg/crosscode-1.4.2.2
"
BDEPEND="
app-arch/unzip
"
S="${WORKDIR}"
DIR="/usr/share/crosscode"
pkg_nofetch() {
einfo "Please buy and download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
einfo "and move it to your distfiles directory."
}
src_install() {
insinto "${DIR}/assets/extension"
doins -r post-game
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
</pkgmetadata>