# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.ebuild,v 1.1 2012/01/25 10:28:03 aidecoe Exp $ EAPI=4 inherit autotools git-2 DESCRIPTION="A curses client for the Notmuch email system" HOMEPAGE="https://github.com/wangp/bower" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="" EGIT_REPO_URI="${HOMEPAGE}.git" DEPEND="dev-lang/mercury" RDEPEND="net-mail/notmuch mail-filter/notmuch-deliver sys-libs/ncurses sys-apps/coreutils sys-apps/file" src_prepare() { default } src_install() { insinto /usr/bin/ insopts -m755 doins bower dodoc AUTHORS README.md NEWS bower.conf.sample }