summaryrefslogtreecommitdiff
blob: e3182f1bccb294a14ef6312db54b02c5bd72f48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
}