# Maintainer: John Jenkins pkgname=googler pkgver=2.1 pkgrel=1 pkgdesc="Google Search from command line" arch=('any') url="https://github.com/jarun/googler" license=('GPL3') depends=('python') conflicts=('googler-git') source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz") md5sums=('1329218e1331546861cf64b30ac5fe39') package() { cd "$srcdir/$pkgname-$pkgver" install -Dm755 googler "${pkgdir}/usr/bin/googler" install -Dm644 googler.1 "${pkgdir}/usr/share/man/man1/googler.1" }