# $Id$ # Maintainer: Cédric Bellegarde cedric bellegarde at adishatz dot org pkgname=eolie pkgver=0.9.14 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' 'python-dateutil' 'python-crypto') makedepends=('gobject-introspection' 'meson' 'webkit2gtk') source=("https://github.com/gnumdk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('bdb3ec7973fda992d14bb7c5cdcd739aa6a461173c56c913f54f0dacd9e208d2') 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 }