summaryrefslogtreecommitdiff
path: root/python3-mpd2/Pkgfile
blob: 164c7823f60809f047d3a988d221217ef84a0b7b (plain)
    1 # Description: Python library which provides a client interface for the Music Player Daemon
    2 # URL: https://github.com/Mic92/python-mpd2
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-mpd2
    7 version=3.0.5
    8 release=1
    9 source=(https://github.com/Mic92/python-mpd2/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd python-mpd2-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --root=$PKG \
   15     --optimize=1 \
   16     --skip-build
   17 }

Generated by cgit