19 lines
551 B
Bash
19 lines
551 B
Bash
# Template file for 'python3-wcwidth'
|
|
pkgname=python3-wcwidth
|
|
version=0.2.6
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Measures no. of terminal column cells of wide-character codes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jquast/wcwidth"
|
|
distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
|
|
checksum=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|