# Description: ueberzug is an alternative for w3mimgdisplay # URL: https://github.com/ueber-devel/ueberzug # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: meson-python python3-attrs python3-docopt python3-pillow python3-xlib xorg-libxres name=python3-ueberzug version=18.3.1 release=1 source=(https://github.com/ueber-devel/ueberzug/archive/$version/ueberzug-$version.tar.gz) build() { cd ueberzug-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }