summaryrefslogtreecommitdiff
path: root/pcr/transmission-remote-cli/PKGBUILD
blob: dcabaa64280048c0e3102e0d1f7fc8be6a595585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: fauno <fauno@kiwwwi.com.ar>
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')