gui-apps/foot-terminfo - 1.26.1 (gentoo)

Search

Install

Install this version:

emerge -a =gui-apps/foot-terminfo-1.26.1

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

autounmask =gui-apps/foot-terminfo-1.26.1

Or alternatively:

emerge --autounmask-write -a =gui-apps/foot-terminfo-1.26.1

Package Information

Description:
Terminfo for foot, a fast, lightweight and minimal Wayland terminal emulator
Homepage:
https://codeberg.org/dnkl/foot
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.26.1 8 ~amd64 ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Terminfo for foot, a fast, lightweight and minimal Wayland terminal emulator"
HOMEPAGE="https://codeberg.org/dnkl/foot"
SRC_URI="
	https://codeberg.org/dnkl/foot/releases/download/${PV}/foot-${PV}.tar.gz
"
S="${WORKDIR}/${P/-terminfo/}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"

RDEPEND="!>=sys-libs/ncurses-6.3[-minimal]"
BDEPEND="sys-libs/ncurses"

src_prepare() {
	default
	sed -i s/@default_terminfo@/foot/ foot.info || die
}

src_install() {
	dodir /usr/share/terminfo/
	tic -xo "${ED}"/usr/share/terminfo foot.info || die
}

Dependencies

RDEPEND

!>=sys-libs/ncurses-6.3[-minimal]

BDEPEND

sys-libs/ncurses

Manifest for 1.26.1

Type File Size Source URLs
DIST foot-1.26.1.tar.gz 1195328 bytes https://codeberg.org/dnkl/foot/releases/download/1.26.1/foot-.tar.gz