dev-perl/Text-Markdown-Hoedown - 1.03 (mva)

Search

Install

Install this version:

emerge -a =dev-perl/Text-Markdown-Hoedown-1.03

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

autounmask =dev-perl/Text-Markdown-Hoedown-1.03

Or alternatively:

emerge --autounmask-write -a =dev-perl/Text-Markdown-Hoedown-1.03

Package Information

Description:
Binding library for hoedown

Ebuild Details

Version EAPI Keywords Slot
1.03 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DIST_AUTHOR=TOKUHIROM
inherit perl-module

DESCRIPTION="Binding library for hoedown"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	${RDEPEND}
	dev-perl/File-pushd
	dev-perl/Module-Build
"

Inherited Eclasses

Dependencies

DEPEND

	
	dev-perl/File-pushd
	dev-perl/Module-Build