aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/foot-terminfo/foot-terminfo-9999.ebuild')
-rw-r--r--gui-apps/foot-terminfo/foot-terminfo-9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
deleted file mode 100644
index e2e366268..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/foot"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_compile() {
- tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
- dodir /usr/share/terminfo/f/
- cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
- cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}