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 |
} |