aboutsummaryrefslogblamecommitdiffstats
path: root/net-mail/mblaze/mblaze-0.6.ebuild
blob: a1086866a46ebdcab12ca446a25d8201152e2201 (plain) (tree)
1
                               
















                                                                                       
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Unix utilities to deal with Maildir"
HOMEPAGE="https://github.com/leahneukirchen/mblaze"
SRC_URI="https://github.com/leahneukirchen/mblaze/archive/v${PV}.tar.gz -> ${P}.tar.gz"

RESTRICT="mirror"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"

src_install() {
	emake PREFIX="${D}/usr" install
}