# Maintainer: Wesley Moore pkgname=quickdocs pkgver=2.2.6 pkgrel=1 pkgdesc="GTK app for reading Valadoc and DevDocs" arch=('x86_64') url="https://github.com/mdh34/quickDocs" license=('GPL3') depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'vala' 'webkit2gtk' 'devhelp' 'libarchive' 'libgee' 'granite') makedepends=('git' 'desktop-file-utils' 'hicolor-icon-theme' 'intltool' 'yelp-tools' 'gnome-common' 'gobject-introspection' 'meson' 'ninja' 'vala') options=('!libtool') source=("https://github.com/mdh34/$pkgname/archive/${pkgver//_/-}.tar.gz") sha256sums=('a973b41cfbd2af088c53e7085208e215c49372e080f11385b339b43418ce771d') build() { cd "${srcdir}/quickDocs-${pkgver}" arch-meson -Db_pie=false build ninja -C build } package() { cd "${srcdir}/quickDocs-${pkgver}" DESTDIR="${pkgdir}/" ninja -C build install }