summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 18:07:45 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 18:07:45 +0100
commit970a73283be1d6e10736c46c2553264e63362af5 (patch)
treec2d68c933eaaaefbe42476b72eb1452ee9f3de56 /pcr
parent523e25d00295582a636336f9d217aac5bd5e3a64 (diff)
pcr/send-to-torrent: removed.
Diffstat (limited to 'pcr')
-rw-r--r--pcr/send-to-torrent/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/send-to-torrent/PKGBUILD b/pcr/send-to-torrent/PKGBUILD
deleted file mode 100644
index 4773370d0..000000000
--- a/pcr/send-to-torrent/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-pkgname=send-to-torrent
-pkgver=0.0.4
-pkgrel=1.1
-pkgdesc="Share files from the file browser"
-arch=('any')
-url="http://repo.hackcoop.com.ar/send-to-torrent.git/"
-license=("AGPL3")
-source=("http://repo.hackcoop.com.ar/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz")
-md5sums=('19b759f6534af8dfe7ed1aa9a6fde65e')
-depends=("bash" "mktorrent" "xdg-utils")
-optdepends=("libnotify: desktop notifications"
- "transmission-cli: transmission support"
- "opentracker: local sharing support")
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}/"
-
- make TARGET="${pkgdir}" PREFIX="/usr" install
-}