summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f1212a5b426262816c443b960e32b643e38f0f5b (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
# Maintainer: StevenDeFacto <srbatchelor@ovgl.org>
pkgname=zsurf-webkit-git
_pkgname=${pkgname%-*}
pkgver=0.1.0
pkgrel=1
pkgdesc="Ultra lightweight web browser in the spirit of Surf using QtWebKit1 with front-end logic written in Javascript."
arch=('i686' 'x86_64' 'armv6h')
url="https://github.com/SteveDeFacto/zsurf/tree/zsurf-webkit"
license=('GPL3')
makedepends=('git')
depends=('qt5-webkit')
provides=('zsurf=$pkgver')
conflicts=('zsurf-git')

source=("git+https://github.com/SteveDeFacto/zsurf.git#branch=zsurf-webkit")

build() {
	cd zsurf
	qmake
	make
}

package() {
	cd zsurf
	make INSTALL_ROOT="$pkgdir" install
}
md5sums=('SKIP')