summaryrefslogtreecommitdiff
path: root/pcr/pactools/PKGBUILD
blob: 36291d89fe89a8972244c052558f006f001bffcc (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
# Contributor: Pierluigi <pierluigi88@gmail.com>
# Maintainer: Aurélien Desbrières <aurelien@cwb.io>

pkgname=pactools
pkgver=0.8.2
pkgrel=1.1
pkgdesc="A collection of the best tools for pacman"
arch=('i686' 'x86_64')
url="http://pierloz.com/pactools"
license=("GPL")
depends=('perl' 'bash' 'python')
source=(pactools pt-pacman-cage pt-pacman-uncage pt-pacsize \
pt-deptree pt-pacman-info pt-repolist pt-pacfix)
md5sums=('e04be158db59062fdb44a163d19d7cbf'
         '505cbc004c239a3a94b6f02c5c3201af'
         '592cf087a714a74e694b507383e9bef0'
         'f2377202783af3eca5390327fd83e3b7'
         'a7bdcab2cba14d2948eb125e82e496d3'
         '3eb6d5410650c8a508973f1add786266'
         'fa67e705aaf6f01d1708d3076b5431a4'
         'fe3422509815063180c211a14d9a3798')

package() {
  install -d $pkgdir/usr/bin
  install -m 755 $srcdir/* $pkgdir/usr/bin
}