gentoo-ebuilds/gnustep-apps/terminal/terminal-0.9.9-r1.ebuild
Bernard Cafarelli 3392c712d0
gnustep-apps/terminal: fix termio.h use
update EAPI 7 -> 8 and clean ebuild

Closes: https://bugs.gentoo.org/962902
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
2025-09-21 21:21:29 +02:00

19 lines
451 B
Bash

# Copyright 1998-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnustep-2
DESCRIPTION="A terminal emulator for GNUstep"
HOMEPAGE="http://www.nongnu.org/gap/terminal/"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
S=${WORKDIR}/${P/t/T}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch
"${FILESDIR}"/${P}-termio.patch
)