| 
									
										
										
										
											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-02-28 18:33:32 +00:00
										 |  |  | require love-app [ loveslot="0.10" lovepn=${PNV} ] | 
					
						
							| 
									
										
										
										
											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/" | 
					
						
							|  |  |  | 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" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 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 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |