summaryrefslogtreecommitdiff
path: root/python3-ueberzug/Pkgfile
blob: 142b5d22d4ceb8cd5c106ff81490b18db978827a (plain)
    1 # Description: ueberzug is an alternative for w3mimgdisplay
    2 # URL: https://github.com/seebye/ueberzug/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-docopt python3-pillow python3-xlib
    5 
    6 name=python3-ueberzug
    7 version=18.1.9
    8 release=1
    9 source=(https://github.com/seebye/ueberzug/archive/$version/ueberzug-$version.tar.gz)
   10 
   11 build() {
   12   cd ueberzug-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     --skip-build
   17 }

Generated by cgit