mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-apps/foot-terminfo: add 1.26.1
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
@@ -15,3 +15,4 @@ DIST foot-1.23.0.tar.gz 613190 BLAKE2B 17399641378ccc85ea9cb5ddb8ae7d975e3633a7b
|
||||
DIST foot-1.23.1.tar.gz 613580 BLAKE2B 1f92c065f86875e8920c83b35d496294686bcefdc86f0eda56b765c00b08c1d67a86f644d3603a3a1a5bcae2b6e7d0b3bebdeae1c550bad4c3d8977ab58b702a SHA512 d07c4ca1bb46c6575066304218758a1f88ba8a1055025d1d0f819207713b17dbb5812de55bc69d646eeb27fb84bb657d23a5ae70ebfb17478ae170c8ff2888c4
|
||||
DIST foot-1.24.0.tar.gz 616192 BLAKE2B 995f3faf1fdbdfeda8d3315291cd002d8a4d43cbbb821cd354e0b19c3de9f9821f6fa65442d638f9e1bddb40ff3a96185db5ae886480ef4a234ddcc73292dc49 SHA512 2561c8dd962f60fe0d0ab2e8c8efe6563957c370089158fa4a7bbd1a49d5308c2e68aa01211241ae8ce2808e5d00e71d93b8a2ce335c01800507e6ec04e1ce12
|
||||
DIST foot-1.25.0.tar.gz 621034 BLAKE2B 0d3906d33a61a2c0b4bec0068bbd257a002541576e7aeb9b647792df246d67aef4cceb5c06ef2130fc9f2e81633ed35588124574728a74fce6b8bc6b32b37550 SHA512 2b8d9070e9cf9c36bc481ff927a0df0619c1c0aae9d7e654b841b98b016149bcb667a46ae7c270c5b166f108edc6700246d275152e4d399cf36505e861fbaeba
|
||||
DIST foot-1.26.1.tar.gz 1195328 BLAKE2B 6774b8b833c9c18caac811d4e90ad91c34952b225549f493c9a99c2ee482d3336f07e6376239711998eb4731f5ded326c7c23720bb47f8aab5ccdb05891d6685 SHA512 92f55f2dabcd10bdb4f669f41c2779426795c423cb1a9ae760cf002208a7b73a89962d7a07d539513779ff9647f71ad9ec598e14a77d8444b75d14f1fe434245
|
||||
|
||||
28
gui-apps/foot-terminfo/foot-terminfo-1.26.1.ebuild
Normal file
28
gui-apps/foot-terminfo/foot-terminfo-1.26.1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user