summaryrefslogtreecommitdiff
path: root/mail-client/astroid/astroid-0.16-r1.ebuild
blob: d26c184ca1f552f94d08dc56e5182ccebfde87c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
EAPI=7

inherit cmake

DESCRIPTION="Mail User Agent that provides a graphical for Notmuch"
HOMEPAGE="https://github.com/astroidmail/astroid"
SRC_URI="https://github.com/astroidmail/${PN}/archive/v${PV}.tar.gz"
#S="${WORKDIR}/Bear-${PV}"

LICENSE="GPLv3"
KEYWORDS="amd64 ~x86"
SLOT="0"
IUSE=""

DEPEND="dev-util/cmake"
RDEPEND="
	dev-cpp/gtkmm
	dev-cpp/glibmm
	net-libs/webkit-gtk
	dev-libs/libsass
	net-libs/libsoup
	net-mail/notmuch
"