mail-client/mutt-wizard: new package for customizing mutt for newbies

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2020-03-22 12:48:03 -04:00
parent 86ed59095b
commit 1936684614
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST mutt-wizard-20200313.tar.gz 31817 BLAKE2B a4e4cef43e879c8fbfb13e8a66ba57816f42e7fe1269bb9162dc82ac04715a81a78bf4e83c3f85a5c72c1a6214585e7850236791ed0e44d3ea08b7a4c9ca895d SHA512 b6ef413756bf85b9180534537b7794a9641d666017da43dfbaef48d7ea6a618ce2bc9af9563556445a3471b3c0c30f34886bf5e1099b8135c6c3cc8a85330004

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name='notmuch'>Pulls in notmuch (thin frontend on xapian). HIGHLY RECOMMENDED.</flag>
<flag name='lynx'>Use lynx to view html emails in mutt. HIGHLY RECOMMENDED.</flag>
</use>
</pkgmetadata>

View File

@@ -0,0 +1,30 @@
# 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;
}