app-text/aha - 0.5.1 (gentoo)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

LICENSE="LGPL-2+ MPL-1.1"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"

PATCHES=(
	"${FILESDIR}/${P}-null-ptr-dereference-fix.patch"
)

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

Manifest for 0.5.1

Type File Size Source URLs
DIST aha-0.5.1.tar.gz 394410 bytes https://github.com/theZiz/aha/archive/refs/tags/0.5.1.tar.gz