| 
									
										
										
										
											2016-02-27 21:06:41 +00:00
										 |  |  | # Copyright 2016 Julian Ospald <hasufell@posteo.de> | 
					
						
							|  |  |  | # Distributed under the terms of the GNU General Public License v2 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MY_PNV=${PNV/-/_} | 
					
						
							| 
									
										
										
										
											2016-02-28 18:33:20 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | require gtk-icon-cache | 
					
						
							|  |  |  | require love-app [ loveslot="0.8" lovezip=true lovepn=${MY_PNV} ] | 
					
						
							| 
									
										
										
										
											2016-02-27 21:06:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-27 21:08:40 +00:00
										 |  |  | SUMMARY="A mix from Nintendo's Super Mario Bros and Valve's Portal" | 
					
						
							| 
									
										
										
										
											2016-02-27 21:06:41 +00:00
										 |  |  | HOMEPAGE="http://stabyourself.net/mari0/" | 
					
						
							|  |  |  | DOWNLOADS="http://stabyourself.net/dl.php?file=mari0-1006/mari0-source.zip -> ${PNV}.zip" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LICENCES="CCPL-Attribution-NonCommercial-ShareAlike-3.0" | 
					
						
							|  |  |  | SLOT="0" | 
					
						
							|  |  |  | PLATFORMS="~amd64 ~x86" | 
					
						
							|  |  |  | RESTRICT="mirror" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_install() { | 
					
						
							| 
									
										
										
										
											2016-02-28 18:33:20 +00:00
										 |  |  |     love-app_src_install | 
					
						
							| 
									
										
										
										
											2016-02-27 21:06:41 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     insinto /usr/share/icons/hicolor/scalable/apps | 
					
						
							|  |  |  |     doins "${FILES}"/${PN}.svg | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |