forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			467 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			467 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require cargo [ channel=stable ]
 | 
						|
require github [ user="extrawurst" tag="v${PV}" ]
 | 
						|
 | 
						|
SUMMARY="Blazing fast terminal-ui for git written in rust"
 | 
						|
HOMEPAGE="https://crates.io/crates/gitui ${HOMEPAGE}"
 | 
						|
 | 
						|
LICENCES="MIT"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
DEPENDENCIES="
 | 
						|
    build+run:
 | 
						|
        dev-scm/libgit2
 | 
						|
"
 | 
						|
 | 
						|
BUGS_TO="hasufell@posteo.de"
 | 
						|
 |