diff options
Diffstat (limited to 'mail-client/mblaze/mblaze-9999.ebuild')
| -rw-r--r-- | mail-client/mblaze/mblaze-9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail-client/mblaze/mblaze-9999.ebuild b/mail-client/mblaze/mblaze-9999.ebuild new file mode 100644 index 0000000..90ca9a5 --- /dev/null +++ b/mail-client/mblaze/mblaze-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="unix utilities to deal with maildir" + +HOMEPAGE="https://github.com/leahneukirchen/mblaze" + +EGIT_REPO_URI="https://github.com/leahneukirchen/mblaze.git" +EGIT_BRANCH="master" + +LICENSE="public-domain" + +SLOT="0" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install +} |
