aboutsummaryrefslogblamecommitdiffstats
path: root/net-mail/mblaze/mblaze-9999.ebuild
blob: 2830e2762155b06393fd507ac9e7a4ed894bbd0e (plain) (tree)























                                                                  
# 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://git.vuxu.org/mblaze/"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://git.vuxu.org/mblaze"
else
	SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz"
fi

RESTRICT="mirror"

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

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