summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5b6ca03bd7790a96db532716a712cbd514ea2657 (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
# Maintainer: alexiobash < me (at) alexiobash (dot) com >

pkgname=yaourt-gui
pkgver=1.5
pkgrel=2
pkgdesc="A bash GUI for yaourt"
arch=('any')
url=""https://github.com/alexiobash/yaourt-gui/wiki
license=('GPL')
depends=('yaourt' 'sudo' 'lsb-release' 'git')
optdepends=(
    'aurvote: Tool to vote for favorite AUR packages'
)
conflicts=('yaourt-gui-manjaro')
source=("$pkgname::git+http://git.alexiobash.com/git/$pkgname")
source=("$pkgname::git+https://github.com/alexiobash/$pkgname.git")
install="${pkgname}.install"
md5sums=('SKIP')

package() {
	cd $srcdir/$pkgname
	make DESTDIR=${pkgdir} install
}