app-misc/ansilove - 4.0.3 (didos)

Search

Install

Install this version:

emerge -a =app-misc/ansilove-4.0.3

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

autounmask =app-misc/ansilove-4.0.3

Or alternatively:

emerge --autounmask-write -a =app-misc/ansilove-4.0.3

Package Information

Description:
ANSi/ASCII art to PNG converter in C
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
4.0.3 7 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2018-2019 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit rindeal

## git-hosting.eclass:
GH_RN="github"

## EXPORT_FUNCTIONS: src_unpack
inherit git-hosting

## EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install
inherit cmake

DESCRIPTION="ANSi/ASCII art to PNG converter in C"
HOMEPAGE_A=(
	"https://www.ansilove.org/"
	"${GH_HOMEPAGE}"
)
LICENSE="BSD-2"

SLOT="0"

KEYWORDS="~amd64 ~arm ~arm64"
IUSE_A=( )

CDEPEND_A=(
	"media-libs/libansilove:0="
)
DEPEND_A=( "${CDEPEND_A[@]}" )
RDEPEND_A=( "${CDEPEND_A[@]}" )

inherit arrays

Inherited Eclasses