11 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | # Copyright 2019 Danilo Spinella <danyspin97@protonmail.com> | ||
|  | # Distributed under the terms of the GNU General Public License v2 | ||
|  | 
 | ||
|  | require polybar | ||
|  | 
 | ||
|  | PLATFORMS="~amd64" | ||
|  | 
 | ||
|  | WORK="${WORKBASE}/${PN}" | ||
|  | CMAKE_SOURCE=${WORK} | ||
|  | 
 |