24 lines
782 B
Bash
24 lines
782 B
Bash
# Template file for 'astroid'
|
|
pkgname=astroid
|
|
version=0.16
|
|
revision=14
|
|
build_style=cmake
|
|
build_helper=gir
|
|
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"
|
|
makedepends="libnotmuch-devel gtkmm-devel libwebkit2gtk41-devel libsass-devel
|
|
gmime3-devel boost-devel protobuf-devel vte3-devel gobject-introspection
|
|
libpeas-devel"
|
|
depends="gvim"
|
|
checkdepends="gnupg notmuch w3m cmark xvfb-run"
|
|
short_desc="Graphical threads-with-tags style email client for Notmuch"
|
|
maintainer="Ameise <ameise@bitparlament.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://astroidmail.github.io/"
|
|
distfiles="https://github.com/astroidmail/astroid/archive/v${version}.tar.gz"
|
|
checksum=32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e
|
|
|
|
do_check() {
|
|
cd build
|
|
xvfb-run ctest
|
|
}
|