From ccd91f8ada7f707fedd069f573caa6ea07d5cad8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 28 Feb 2016 19:44:54 +0100 Subject: [PATCH] games-action/trosh: initial import of version 20 --- .../games-action/trosh/trosh-20.exheres-0 | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/games-action/trosh/trosh-20.exheres-0 diff --git a/packages/games-action/trosh/trosh-20.exheres-0 b/packages/games-action/trosh/trosh-20.exheres-0 new file mode 100644 index 00000000..7c1d8f9a --- /dev/null +++ b/packages/games-action/trosh/trosh-20.exheres-0 @@ -0,0 +1,22 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require gtk-icon-cache +require love-app [ loveslot="0.8" lovezip=true lovepn=${PN} ] + +SUMMARY="A game made in 20 hours for a friend. It has explosions" +HOMEPAGE="http://stabyourself.net/trosh/" +DOWNLOADS="http://stabyourself.net/dl.php?file=trosh/trosh-linux.zip -> ${PNV}.zip + https://dev.gentoo.org/~hasufell/distfiles/${PN}.png" + +LICENCES="WTFPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" + +src_install() { + love-app_src_install + + insinto /usr/share/icons/hicolor/32x32/apps + doins "${FETCHEDDIR}"/${PN}.png +} +