contrib/python3-ueberzug/Pkgfile

19 lines
525 B
Plaintext

# Description: ueberzug is an alternative for w3mimgdisplay
# URL: https://github.com/ueber-devel/ueberzug
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-docopt python3-pillow python3-xlib xorg-libxres
name=python3-ueberzug
version=18.2.3
release=1
source=(https://github.com/ueber-devel/ueberzug/archive/$version/ueberzug-$version.tar.gz)
build() {
cd ueberzug-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}