24 lines
		
	
	
		
			501 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			501 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require github [ user=rabite0 tag="v${PV}" ]
 | 
						|
require cargo [ channel=nightly ]
 | 
						|
 | 
						|
SUMMARY="Ranger-like file browser written in rust"
 | 
						|
 | 
						|
LICENCES="WTFPL-2"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
DEPENDENCIES="
 | 
						|
    build+run:
 | 
						|
        dev-libs/glib:2
 | 
						|
        media-libs/gstreamer
 | 
						|
        media-libs/libsixel
 | 
						|
        media-plugins/gst-plugins-base
 | 
						|
"
 | 
						|
 | 
						|
BUGS_TO="hasufell@posteo.de"
 | 
						|
 |