all repos — la-ninpre-overlay @ main

personal gentoo overlay

mail-client/mblaze/mblaze-1.2.ebuild (view raw)

 1# Copyright 1999-2023 Gentoo Authors
 2# Distributed under the terms of the GNU General Public License v2
 3
 4EAPI=8
 5
 6DESCRIPTION="unix utilities to deal with maildir"
 7
 8HOMEPAGE="https://github.com/leahneukirchen/mblaze"
 9
10SRC_URI="https://github.com/leahneukirchen/mblaze/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
11
12LICENSE="public-domain"
13
14SLOT="0"
15
16KEYWORDS="~amd64"
17
18src_install() {
19	emake DESTDIR="${D}" PREFIX="/usr" install
20}