1 # Contributor: totoloco <totoloco at gmail dot com>
6 pkgdesc="It's a simple webbrowser which is based on webkit/gtk+.The latest hg pull."
7 url="http://surf.suckless.org"
10 depends=("gtk2" "libwebkit")
11 makedepends=("pkgconfig" "mercurial" "xorg-utils")
15 _hgroot="http://hg.suckless.org"
21 if [ -d ${_hgrepo} ]; then
26 hg clone ${_hgroot}/${_hgrepo}
30 msg "Starting build process."
32 make PREFIX=/usr DESTDIR=${pkgdir} install || return 1
33 install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE