From 970a73283be1d6e10736c46c2553264e63362af5 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 21 Feb 2019 18:07:45 +0100 Subject: pcr/send-to-torrent: removed. --- pcr/send-to-torrent/PKGBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pcr/send-to-torrent/PKGBUILD (limited to 'pcr/send-to-torrent/PKGBUILD') 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 -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 -} -- cgit v1.2.3