From 3367b48f93f3e0a479cf812c14bef81cb9c99b3f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 25 Dec 2019 19:06:01 +0100 Subject: [PATCH] games-rpg/stardew-valley: initial import --- .../stardew-valley-1.4.3.exheres-0 | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/games-rpg/stardew-valley/stardew-valley-1.4.3.exheres-0 diff --git a/packages/games-rpg/stardew-valley/stardew-valley-1.4.3.exheres-0 b/packages/games-rpg/stardew-valley/stardew-valley-1.4.3.exheres-0 new file mode 100644 index 00000000..a894f900 --- /dev/null +++ b/packages/games-rpg/stardew-valley/stardew-valley-1.4.3.exheres-0 @@ -0,0 +1,46 @@ +# Copyright 2019 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require gog [ installer="stardew_valley_1_4_3_379_34693.sh" ] +require desktop-utils + +SUMMARY="Stardew Valley is a farming simulation role-playing video game" +HOMEPAGE="https://www.gog.com/game/stardew_valley" + +SLOT="0" +PLATFORMS="-* ~amd64 ~x86" +MYOPTIONS=" + ( platform: amd64 x86 ) +" + +DEPENDENCIES=" + run: + media-libs/fontconfig + media-libs/freetype + x11-apps/xterm + x11-dri/mesa +" + +src_install() { + local arch=$(option platform:amd64 "x86_64" "x86") + local noarch=$(option platform:amd64 "x86" "x86_64") + local nolib=$(option platform:amd64 "lib" "lib64") + + herebin ${PN} <