From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- games-action/rive/Manifest | 3 +++ games-action/rive/metadata.xml | 8 +++++++ games-action/rive/rive-1.15.ebuild | 46 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 games-action/rive/Manifest create mode 100644 games-action/rive/metadata.xml create mode 100644 games-action/rive/rive-1.15.ebuild (limited to 'games-action/rive') diff --git a/games-action/rive/Manifest b/games-action/rive/Manifest new file mode 100644 index 000000000000..f3dd72749497 --- /dev/null +++ b/games-action/rive/Manifest @@ -0,0 +1,3 @@ +DIST RIVE-Linux-2017-02-28.sh 836583560 BLAKE2B 2194d6174217a395e84f0defc336e741671f62b71cb15dad16fd9c3f1f23d844771e830858bbc8e8a26bd4ebf93e2f9b316c6a2a9c9de74d876a393b9911a806 SHA512 94d236421dc060b8e69552ee6bcbdc4b41caa4934ccf73f8d82dcd2ee14a9c334f43bc74e787a470b3103699c31b4f4ccf9272fbe69640e27df1fdbc2191447c +EBUILD rive-1.15.ebuild 980 BLAKE2B 7e27c8f993cf9c1c5455662442f95cefa37ec2c9ee96c3fb04b7d2411a763d05ee06e689cbc4e62d01991ca337b76ba1ffc076183f1ce69c2e5fe4bf6c793aad SHA512 02fa8d6a9258a508b98fa962638f14ed1d54b6e4a792d0b8ffb97cf3368cd170d61e52c66098bc77cd70b1a95d0e0db1ca1df632a6f30ca5f982ac5c0fc55e8b +MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254 diff --git a/games-action/rive/metadata.xml b/games-action/rive/metadata.xml new file mode 100644 index 000000000000..26079e608bed --- /dev/null +++ b/games-action/rive/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + diff --git a/games-action/rive/rive-1.15.ebuild b/games-action/rive/rive-1.15.ebuild new file mode 100644 index 000000000000..6014bf696dec --- /dev/null +++ b/games-action/rive/rive-1.15.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop unpacker xdg + +DESCRIPTION="Metal wrecking, robot hacking 360-degree shooter/platformer hybrid" +HOMEPAGE="https://rivethegame.com/" +SRC_URI="${PN^^}-Linux-2017-02-28.sh" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + media-libs/libsdl2[opengl,video] + media-libs/openal +" + +S="${WORKDIR}/data" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR#/}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/${PN}" + einfo "and move it to your distfiles directory." +} + +src_unpack() { + unpack_zip ${A} +} + +src_install() { + exeinto "${DIR}" + newexe x86_64/${PN^^}.bin.x86_64 ${PN^^}.bin + dosym "../..${DIR}"/${PN^^}.bin /usr/bin/${PN} + + insinto "${DIR}" + doins -r noarch/* + + newicon -s 256 noarch/app_icon.png ${PN}.png + make_desktop_entry ${PN} ${PN^^} +} -- cgit v1.2.3