# $Id$ # Maintainer: Cédric Bellegarde cedric bellegarde at adishatz dot org pkgname=eolie pkgver=0.9.8 pkgrel=1 pkgdesc="Simple web browser for GNOME" arch=('x86_64' 'i686') url="https://gnumdk.github.io/eolie-web/" license=('GPL3') depends=('gtkspell3' 'python-beautifulsoup4' 'python-cairo' 'python-gobject' 'webkit2gtk' 'python-pyfxa') makedepends=('gobject-introspection' 'meson' 'webkit2gtk') source=("https://github.com/gnumdk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('28533607fd0c8b7c9dcf3f6f518e4e1360b25846ac1503e5046efea720d8ded5') prepare() { mkdir build } build() { cd build meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release ../$pkgname-$pkgver ninja } package() { cd build DESTDIR="$pkgdir" ninja install }