diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:27:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:53 +0100 |
commit | ec7c346961050ceb3c015fd27869e18ccba4e081 (patch) | |
tree | eede891c0a235dee41e68a62370376fc9eb987c6 /games-rpg | |
parent | games-rpg/baldurs-gate-ee: tidy ebuild (diff) | |
download | gentoo-ec7c346961050ceb3c015fd27869e18ccba4e081.tar.gz gentoo-ec7c346961050ceb3c015fd27869e18ccba4e081.tar.bz2 gentoo-ec7c346961050ceb3c015fd27869e18ccba4e081.zip |
games-rpg/bastion: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/bastion/bastion-20161016.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-rpg/bastion/bastion-20161016.ebuild b/games-rpg/bastion/bastion-20161016.ebuild index d0388d065a8f..ecf7ae32af18 100644 --- a/games-rpg/bastion/bastion-20161016.ebuild +++ b/games-rpg/bastion/bastion-20161016.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CHECKREQS_DISK_BUILD="2400M" inherit desktop check-reqs unpacker wrapper xdg TIMESTAMP=${PV:4:2}${PV:6:2}${PV:0:4} DESCRIPTION="An original action role-playing game set in a lush imaginative world" HOMEPAGE="https://supergiantgames.com/games/bastion/" SRC_URI="bastion-${TIMESTAMP}-bin" +S="${WORKDIR}/data" LICENSE="all-rights-reserved" SLOT="0" @@ -28,9 +30,6 @@ BDEPEND=" app-arch/unzip " -CHECKREQS_DISK_BUILD="2400M" -S="${WORKDIR}/data" - pkg_nofetch() { einfo "Please buy and download ${SRC_URI} from:" einfo " https://www.humblebundle.com/store/${PN}" |