Files
guru/mail-client/mutt-wizard/mutt-wizard-0_pre20200313.ebuild
Andrew Ammerlaan 9c68afb3e0 mail-client/mutt-wizard: use _pre naming format
to adhere to the gentoo ebuild name format guidelines

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-04-09 15:28:27 +02:00

31 lines
696 B
Bash

# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A system for automatically configuring mutt and isync"
HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard"
COMMIT=5ace69bdf56da3883b2666247aac462b0df5b020
SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-3"
SLOT="0"
IUSE="+notmuch +lynx"
RDEPEND="
mail-client/neomutt:=[notmuch=]
net-mail/isync:=[ssl]
mail-mta/msmtp
app-admin/pass
lynx? ( www-client/lynx )
"
# needed because there is no 'all' target defined in MAKEFILE
src_compile() {
return 0;
}