mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
James Le Cuirot
parent
3676a08015
commit
9165ac02ee
1
games-rpg/crosscode-a-new-home/Manifest
Normal file
1
games-rpg/crosscode-a-new-home/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST new-home.zip 4235451 BLAKE2B 0245abe1d67ba4f6ed8ef4c96a1f03ae454fe39dce950044132fb8b7688b981ae654c30923954951e33c2788e638cf61bb158beeb749cdb1c967bdfe0acab23e SHA512 49269c1bda85d42165b8f86cab4f117c69cc05dafe2905d4540815bd5fac89fe982bf0f850e706953c838b94ec03635c2c6fd06822d8214aeffcbb6d372c0657
|
||||
@@ -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
|
||||
}
|
||||
8
games-rpg/crosscode-a-new-home/metadata.xml
Normal file
8
games-rpg/crosscode-a-new-home/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user