diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-05-06 15:57:14 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-05-06 15:57:14 +0300 |
| commit | 233a23300587446dedbedecf2c8f89b4f04d4be1 (patch) | |
| tree | 2cb43eb5f6643d3b2e90b2b590d9eac25f7be19c /mail-client/mblaze/mblaze-1.2.ebuild | |
| parent | 81263860c482c67d0d52162345039d7a3d1989e6 (diff) | |
| download | la-ninpre-overlay-main.tar.gz la-ninpre-overlay-main.zip | |
Diffstat (limited to 'mail-client/mblaze/mblaze-1.2.ebuild')
| -rw-r--r-- | mail-client/mblaze/mblaze-1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail-client/mblaze/mblaze-1.2.ebuild b/mail-client/mblaze/mblaze-1.2.ebuild new file mode 100644 index 0000000..4172e12 --- /dev/null +++ b/mail-client/mblaze/mblaze-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="unix utilities to deal with maildir" + +HOMEPAGE="https://github.com/leahneukirchen/mblaze" + +SRC_URI="https://github.com/leahneukirchen/mblaze/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" + +SLOT="0" + +KEYWORDS="~amd64" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install +} |
