ncurses: add alacritty terminfo
authorTobias Hilbig <web.tobias@hilbig-ffb.de>
Sat, 25 Feb 2023 10:40:37 +0000 (11:40 +0100)
committerPaul Spooren <mail@aparcar.org>
Sun, 26 Feb 2023 00:12:02 +0000 (01:12 +0100)
Add terminfo file for the terminal emulator alacritty.

https://github.com/alacritty/alacritty

Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
package/libs/ncurses/Makefile

index 29261a4cd09d636f9a597ac6dd724a91a4ec9a42..4d8e685f35dd7b8af4bed1706efa2dc11ee384fe 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=ncurses
 PKG_CPE_ID:=cpe:/a:gnu:ncurses
 PKG_VERSION:=6.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -123,6 +123,7 @@ ifneq ($(HOST_OS),FreeBSD)
        )
        for file in \
                a/ansi \
+               a/alacritty \
                d/dumb \
                l/linux \
                r/rxvt \