app-text/mimedown - 9999 (nitratesky)

Search

Install

Install this version:

emerge -a =app-text/mimedown-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/mimedown-9999

Or alternatively:

emerge --autounmask-write -a =app-text/mimedown-9999

Package Information

Description:
Write email in markdown, and convert to multipart MIME
Homepage:
https://github.com/begriffs/mimedown
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Write email in markdown, and convert to multipart MIME"
HOMEPAGE="https://github.com/begriffs/mimedown"
SRC_URI=""
EGIT_REPO_URI="https://github.com/begriffs/mimedown"

LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="app-text/cmark"
RDEPEND="${DEPEND}"

src_install(){
	dobin md2mime
}

Inherited Eclasses

Dependencies

DEPEND

app-text/cmark

RDEPEND

app-text/cmark