aboutsummaryrefslogtreecommitdiffstats
path: root/net-mail/mblaze/mblaze-0.5.1.ebuild
blob: ec80e0ae40b2f85a0448edb1b2ea69193c801a43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2019 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
}