2020-06-14 22:13:53 +00:00
|
|
|
# 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
|
2021-01-09 13:53:17 +00:00
|
|
|
version=18.1.9
|
2020-06-14 22:13:53 +00:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/seebye/ueberzug/archive/$version/ueberzug-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd ueberzug-$version
|
2020-11-03 21:10:50 +00:00
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --prefix=/usr \
|
|
|
|
--root=$PKG \
|
|
|
|
--skip-build
|
2020-06-14 22:13:53 +00:00
|
|
|
}
|