alacritty: add ncurses to terminfo dependencies
alacritty-terminfo.INSTALL uses tic to compile terminfo dependencies, but it doesn't depend on ncurses, the provider of tic. This commit fixes this.
This commit is contained in:
parent
4591bf2851
commit
882dc977fc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'alacritty'
|
||||
pkgname=alacritty
|
||||
version=0.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="${pkgname}"
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config python3"
|
||||
|
@ -33,6 +33,7 @@ post_install() {
|
|||
|
||||
alacritty-terminfo_package() {
|
||||
short_desc+=" - terminfo data"
|
||||
depends="ncurses"
|
||||
pkg_install() {
|
||||
vmove usr/share/terminfo
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue