1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:37:47 +00:00

Ports: Remove termcap

termcap has last been updated in 2002, and is relying on a lot of
deprecated C99 behavior. All two current users are fine without it,
so just remove it completely.
This commit is contained in:
Tim Schumacher 2023-11-30 15:30:07 +01:00
parent 14c724e8e2
commit 592c3a8cb4
7 changed files with 29 additions and 12 deletions

View file

@ -3,7 +3,7 @@ port=imgcat
version=2.5.1
useconfigure=true
installopts=("PREFIX=${SERENITY_INSTALL_ROOT}/usr/local")
depends=("ncurses" "libpng" "libjpeg" "termcap")
depends=("ncurses" "libpng" "libjpeg")
files=(
"https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz#8faaac392df315b4973bb6927c0eec659e879df6c15ad6f8461073e05b70c537"
)