Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 908027 | Differences between
and this patch

Collapse All | Expand All

(-)a/games-rpg/crosscode-a-new-home/Manifest (+1 lines)
Line 0 Link Here
1
DIST new-home.zip 4235451 BLAKE2B 0245abe1d67ba4f6ed8ef4c96a1f03ae454fe39dce950044132fb8b7688b981ae654c30923954951e33c2788e638cf61bb158beeb749cdb1c967bdfe0acab23e SHA512 49269c1bda85d42165b8f86cab4f117c69cc05dafe2905d4540815bd5fac89fe982bf0f850e706953c838b94ec03635c2c6fd06822d8214aeffcbb6d372c0657
(-)a/games-rpg/crosscode-a-new-home/crosscode-a-new-home-0_p20220419.ebuild (+35 lines)
Line 0 Link Here
1
# Copyright 1999-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
5
6
DESCRIPTION="Crosscode DLC unlocking post-game content"
7
HOMEPAGE="https://radicalfishgames.itch.io/crosscode-a-new-home"
8
SRC_URI="new-home.zip"
9
10
LICENSE="all-rights-reserved"
11
SLOT="0"
12
KEYWORDS="~amd64"
13
RESTRICT="bindist fetch splitdebug"
14
15
RDEPEND="
16
	>=games-rpg/crosscode-1.4.2.2
17
"
18
19
BDEPEND="
20
	app-arch/unzip
21
"
22
23
S="${WORKDIR}"
24
DIR="/usr/share/crosscode"
25
26
pkg_nofetch() {
27
	einfo "Please buy and download ${SRC_URI} from:"
28
	einfo "  ${HOMEPAGE}"
29
	einfo "and move it to your distfiles directory."
30
}
31
32
src_install() {
33
	insinto "${DIR}/assets/extension"
34
	doins -r post-game
35
}
(-)a/games-rpg/crosscode-a-new-home/metadata.xml (-1 / +8 lines)
Line 0 Link Here
0
- 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<maintainer type="project">
5
		<email>games@gentoo.org</email>
6
		<name>Gentoo Games Project</name>
7
	</maintainer>
8
</pkgmetadata>

Return to bug 908027