contrib/python3-ueberzug/Pkgfile

17 lines
465 B
Plaintext
Raw Normal View History

# Description: ueberzug is an alternative for w3mimgdisplay
# URL: https://github.com/seebye/ueberzug/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-docopt python3-pillow python3-xlib
name=python3-ueberzug
2020-07-03 11:55:55 +02:00
version=18.1.6
release=1
source=(https://github.com/seebye/ueberzug/archive/$version/ueberzug-$version.tar.gz)
build() {
cd ueberzug-$version
python3 setup.py build
python3 setup.py install --prefix=/usr \
--root=$PKG
}