summaryrefslogtreecommitdiff
path: root/pcr/pacman2pacman/PKGBUILD
blob: ed2bae912870c99656a80ea736c1632c4b91c082 (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
26
27
28
29
30
31
32
33
34
# Maintainer: Joseph Graham <joseph@t67.eu>
pkgname=pacman2pacman
pkgver=1.2.1
pkgrel=1
pkgdesc="A plugin for pactor to download packages by bittorrent and seed them back up"
arch=(any)
url="https://wiki.parabolagnulinux.org/Pacman2pacman"
license=('GPL')
depends=(transmission-cli curl)
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(emptydirs)
install='instructions.install'
changelog=
source=(https://t67.eu/filebin/$pkgname-$pkgver.tar.gz)
noextract=()

package() {
  cd $pkgname

  mkdir -p "${pkgdir}/srv/pacman2pacman/torrents"

  chown -R transmission "${pkgdir}/srv/pacman2pacman/"

  mkdir -p "${pkgdir}/usr/bin"

  cp pacman2pacman-get "${pkgdir}/usr/bin"

  chmod +x "${pkgdir}/usr/bin/pacman2pacman-get"
}