16 lines
		
	
	
		
			378 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require github [ user="jquast" ]
 | 
						|
require pypi setup-py [ import=setuptools test=pytest ]
 | 
						|
 | 
						|
SUMMARY="Measures number of Terminal column cells of wide-character codes"
 | 
						|
 | 
						|
LICENCES="MIT"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
BUGS_TO="hasufell@posteo.de"
 | 
						|
 |