contrib/python3-ueberzug/Pkgfile

19 lines
525 B
Plaintext
Raw Normal View History

# Description: ueberzug is an alternative for w3mimgdisplay
2023-04-23 17:32:52 +02:00
# URL: https://github.com/ueber-devel/ueberzug
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-04-23 17:32:52 +02:00
# Depends on: python3-docopt python3-pillow python3-xlib xorg-libxres
name=python3-ueberzug
2024-05-25 23:51:29 +02:00
version=18.2.3
release=1
2023-04-23 17:32:52 +02:00
source=(https://github.com/ueber-devel/ueberzug/archive/$version/ueberzug-$version.tar.gz)
build() {
cd ueberzug-$version
2023-06-07 17:09:02 +02:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}