summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b9c403e5c1bdbe9dd507745dc6775e5d4110d45 (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
27
28
# Maintainer: Bernardo Kuri <aur@bkuri.com>
# Contributor: Rasmus Steinke <rasi at xssn dot at>

pkgname=rofi-surfraw-git
pkgver=81.8c5717e
pkgrel=1
pkgdesc="Universal tool to search the internet"
arch=('any')
url='https://github.com/carnager/rofi-scripts'
license=('GPL')
depends=('rofi' 'surfraw')

install=rofi-surfraw.install
makedepends=('git')
source=('git+http://github.com/carnager/rofi-scripts')

pkgver() {
	cd rofi-scripts
	printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd rofi-scripts/rofi-surfraw
    make DESTDIR="$pkgdir/" \
       PREFIX='/usr' \
       install
}
md5sums=('SKIP')