app-text/aha - 0.5 (flow)

Search

Package Information

Description:
Converts ANSI escape sequences of a unix terminal to HTML
Homepage:
https://github.com/theZiz/aha
License:
MPL-1.0 LGPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.5 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

DESCRIPTION="Converts ANSI escape sequences of a unix terminal to HTML"
HOMEPAGE="https://github.com/theZiz/aha"
SRC_URI="https://github.com/theZiz/${PN}/archive/${PV}.tar.gz"

LICENSE="MPL-1.0 LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

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