# Maintainer: Willem Herremans pkgname=tkpacman pkgver=1.9.1 pkgrel=2 pkgdesc="A lightweight GUI for pacman built with Tcl/Tk" arch=('any') url="https://sourceforge.net/projects/tkpacman" license=('GPL') depends=('tcl>=8.6.0' 'tk>=8.6.0') optdepends=('sudo: if you want to use sudo instead of su' 'kdesu: if you want to use kdesu instead of su or sudo' 'xterm: alternative terminal emulator' 'vte3: alternative terminal emulator' 'xfce4-terminal: alternative terminal emulator' 'mate-terminal: alternative terminal emulator' 'konsole: alternative terminal emulator' 'qterminal: alternative terminal emulator') source=(https://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz) #source=(tkpacman-$pkgver.tar.gz) md5sums=('1f54ca16727a87aebc2e55edd205529e') package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" PREFIX='/usr' install }