10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require github [ user=Peltoche tag="${PV}" ]
 | 
						|
require cargo [ channel=stable ]
 | 
						|
require lsd
 | 
						|
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
 |