summaryrefslogtreecommitdiff
path: root/pcr/transmission-remote-cli/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/transmission-remote-cli/PKGBUILD')
-rw-r--r--pcr/transmission-remote-cli/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/transmission-remote-cli/PKGBUILD b/pcr/transmission-remote-cli/PKGBUILD
deleted file mode 100644
index dcabaa642..000000000
--- a/pcr/transmission-remote-cli/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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')