forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			382 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			382 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require pinta
 | 
						|
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
 | 
						|
DEPENDENCIES="
 | 
						|
    build:
 | 
						|
        dev-util/intltool
 | 
						|
        gnome-desktop/yelp-tools
 | 
						|
        sys-devel/gettext
 | 
						|
        virtual/pkg-config
 | 
						|
    build+run:
 | 
						|
        dev-lang/mono
 | 
						|
        gnome-bindings/gtk-sharp:2
 | 
						|
"
 | 
						|
 |