summaryrefslogtreecommitdiff
path: root/pcr/send-to-torrent/PKGBUILD
blob: 4773370d0348e927e558ce964ae3a049599c09f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
}