2016-02-27 21:15:19 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
require gtk-icon-cache
|
2016-05-16 22:58:45 +00:00
|
|
|
require github [ user=SimonLarsen release=${PV} pnv=${PN}${PV} suffix=love ]
|
|
|
|
require love-app [ loveslot="0.10" lovepn=${PN}${PV} ]
|
2016-02-27 21:15:19 +00:00
|
|
|
|
|
|
|
SUMMARY="Arcade styled 2d action game centered around evacuating civilians from burning buildings"
|
|
|
|
HOMEPAGE="http://tangramgames.dk/games/mrrescue/"
|
2016-04-22 15:42:34 +00:00
|
|
|
DOWNLOADS+=" https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
|
2016-02-27 21:15:19 +00:00
|
|
|
|
|
|
|
LICENCES="CCPL-Attribution-ShareAlike-3.0 MIT ZLIB"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
|
|
|
src_install() {
|
2016-02-28 18:33:32 +00:00
|
|
|
love-app_src_install
|
2016-02-27 21:15:19 +00:00
|
|
|
|
|
|
|
insinto /usr/share/icons/hicolor/64x64/apps
|
|
|
|
doins "${FETCHEDDIR}"/${PN}.png
|
|
|
|
|
|
|
|
}
|
|
|
|
|