dev-libs/unibilium - 2.1.2 (gentoo)

Search

Package Information

Description:
A very basic terminfo library
Homepage:
https://github.com/neovim/unibilium/
License:
LGPL-3+ MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.2 8 amd64 arm arm64 ~ppc ~ppc64 ~riscv x86 ~x64-macos 0/4
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A very basic terminfo library"
HOMEPAGE="https://github.com/neovim/unibilium/"
SRC_URI="https://github.com/neovim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3+ MIT"
SLOT="0/4"
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86 ~x64-macos"

BDEPEND="dev-lang/perl"

PATCHES=(
	"${FILESDIR}/${PN}-2.1.2-no-compress-man.patch"
)

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${D}" -name '*.la' -type f -delete || die
}

Dependencies

BDEPEND

dev-lang/perl

Manifest for 2.1.2

Type File Size Source URLs
DIST unibilium-2.1.2.tar.gz 122525 bytes https://github.com/neovim/unibilium/archive/v2.1.2.tar.gz