summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b4a01b8f490450e2f76348303bb038a3b0fbe51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $ID$
# Maintainer: Gheorghe Valentin Rafael <grvconstanta@gmail.com>

pkgname=ez
pkgver=0.0.1
pkgrel=1
pkgdesc="Script wrapper arround pacman, yaourt, pbget, makepkg"
arch=('i686' 'x86_64')
url="https://github.com/Ipssisimus/$pkgname"
license=('GPL3')
depends=('pbget' 'diffutils' 'pacman>=5.0' 'package-query>=1.8' 
'gettext')
makedepends=('')
backup=('etc/ezrc')
source=("https://github.com/Ipssisimus/ez/archive/ez-0.0.1-1.tar.gz")
md5sums=('c223e34cb341b44ee246a54202c6d26b')