1 # Maintainer: Daurnimator <daurnimator@archlinux.org>
2 # Contributor: Gaute Hope <eg@gaute.vetsj.com>
3 # Contributor: Johannes Heinz <heinzeljo@web.de>
7 pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch"
9 url="https://github.com/astroidmail/astroid"
13 'gobject-introspection-runtime'
24 'gobject-introspection'
27 checkdepends=('notmuch-runtime'
29 optdepends=('cmark: for markdown to html composition'
30 'emacs: can be used as editor'
31 'gvim: default editor')
32 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz")
33 sha256sums=('32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e')
36 cd "${pkgname}-${pkgver}"
39 -DCMAKE_BUILD_TYPE="None" \
40 -DCMAKE_INSTALL_PREFIX="/usr" \
46 cd "${pkgname}-${pkgver}"
49 xvfb-run ctest --output-on-failure
53 cd "${pkgname}-${pkgver}"
55 DESTDIR="${pkgdir}" cmake --install build