app-arch/base91 - 0.6.0 (ulm)

Search

Package Information

Description:
Convert binary data to ASCII text
Homepage:
https://base91.sourceforge.net/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Convert binary data to ASCII text"
HOMEPAGE="https://base91.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/project/${PN}/basE91/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		CFLAGS="${CFLAGS}" \
		LDFLAGS="${LDFLAGS}"
}

src_install() {
	emake prefix=/usr DESTDIR="${D}" install
	dodoc README NEWS
}

Manifest for 0.6.0

Type File Size Source URLs
DIST base91-0.6.0.tar.gz 15009 bytes https://downloads.sourceforge.net/project/base91/basE91/0.6.0/base91-0.6.0.tar.gz