# Maintainer: StevenDeFacto pkgname=zsurf-git _pkgname=${pkgname%-*} pkgver=0.1.0 pkgrel=1 pkgdesc="Ultra lightweight web browser in the spirit of Surf using QtWebEngine with front-end logic written in Javascript." arch=('i686' 'x86_64') url="https://github.com/SteveDeFacto/zsurf" license=('GPL3') makedepends=('git') depends=('qt5-webengine') provides=('zsurf=$pkgver') conflicts=('zsurf-webkit-git') source=("git+https://github.com/SteveDeFacto/zsurf.git") build() { cd zsurf qmake make } package() { cd zsurf make INSTALL_ROOT="$pkgdir" install } md5sums=('SKIP')