# Maintainer: fauno pkgname=transmission-remote-cli pkgver=1.5.0 pkgrel=1 pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission" arch=('any') url="https://github.com/fagga/transmission-remote-cli" license=('GPL3') depends=('python2') optdepends=('transmission-daemon: for local transmission management' 'adns-python: Resolve IPs to host names' 'python2-geoip: Guess which country peers come from') conflicts=('transmission-remote-cli-git' "transmission-remote-cli<=20111013") replaces=('transmission-remote-cli-git') source=(https://github.com/fagga/${pkgname}/archive/v${pkgver}.tar.gz) package() { cd "${srcdir}/${pkgname}" msg "Starting make..." install -d ${pkgdir}/usr/bin/ install -Dm755 transmission-remote-cli.py ${pkgdir}/usr/bin/transmission-remote-cli } md5sums=('4c13aa8596d35ce5793ea65affa8a6e5')