fish-shell: add gettext to hostmakedepends.

Enables locale generation and installation.
This commit is contained in:
Érico Rolim 2020-11-11 17:54:04 -03:00
parent 449e82a30f
commit d960d66306

View file

@ -1,9 +1,10 @@
# Template file for 'fish-shell'
pkgname=fish-shell
version=3.1.2
revision=1
revision=2
wrksrc="fish-${version}"
build_style=cmake
hostmakedepends="gettext"
makedepends="ncurses-devel pcre2-devel gettext-devel"
depends="groff"
short_desc="User friendly shell intended mostly for interactive use"