contrib/python3-blessed/Pkgfile

19 lines
495 B
Plaintext

# Description: an easy, practical library for making python terminal apps
# URL: https://github.com/jquast/blessed
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-six python3-wcwidth
name=python3-blessed
version=1.20.0
release=1
source=(https://pypi.org/packages/source/b/blessed/blessed-$version.tar.gz)
build() {
cd blessed-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}