forked from hasufell/hasufell-repository
games-arcade/mrrescue: initial import of version 1.02d
This commit is contained in:
parent
00d41579c5
commit
0e86190911
52
packages/games-arcade/mrrescue/mrrescue-1.02d.exheres-0
Normal file
52
packages/games-arcade/mrrescue/mrrescue-1.02d.exheres-0
Normal file
@ -0,0 +1,52 @@
|
||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require gtk-icon-cache
|
||||
|
||||
LOVE_SLOT="0.10"
|
||||
|
||||
SUMMARY="Arcade styled 2d action game centered around evacuating civilians from burning buildings"
|
||||
HOMEPAGE="http://tangramgames.dk/games/mrrescue/"
|
||||
DOWNLOADS="https://github.com/SimonLarsen/mrrescue/releases/download/v${PV}/${PNV}.love
|
||||
https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
|
||||
|
||||
LICENCES="CCPL-Attribution-ShareAlike-3.0 MIT ZLIB"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
run:
|
||||
games-engines/love:${LOVE_SLOT}
|
||||
"
|
||||
|
||||
WORK=${WORKBASE}
|
||||
|
||||
src_install() {
|
||||
local dir=/usr/share/love/${PN}
|
||||
|
||||
exeinto "${dir}"
|
||||
newexe "${FETCHEDDIR}"/${PNV}.love ${PN}.love
|
||||
|
||||
insinto /usr/share/icons/hicolor/64x64/apps
|
||||
doins "${FETCHEDDIR}"/${PN}.png
|
||||
|
||||
herebin ${PN} << EOF
|
||||
#!/bin/sh
|
||||
cd "/usr/share/love/${PN}"
|
||||
exec love-${LOVE_SLOT} ${PN}.love "\$@"
|
||||
EOF
|
||||
|
||||
insinto /usr/share/applications
|
||||
hereins ${PN}.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Name=${PN}
|
||||
Type=Application
|
||||
Comment=${SUMMARY}
|
||||
Exec=${PN}
|
||||
TryExec=${PN}
|
||||
Icon=${PN}
|
||||
Categories=Game;ArcadeGame;
|
||||
EOF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user