mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 10:53:21 +00:00
add libiconv to dependencies where needed
This commit is contained in:
committed by
Fredrik Fornwall
parent
51375908c1
commit
b98ffcf631
@@ -1,10 +1,10 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.vim.org
|
||||
TERMUX_PKG_DESCRIPTION="Vi IMproved - enhanced vi editor"
|
||||
TERMUX_PKG_LICENSE="VIM License"
|
||||
TERMUX_PKG_DEPENDS="ncurses, vim-runtime, python"
|
||||
TERMUX_PKG_DEPENDS="libiconv, ncurses, vim-runtime, python"
|
||||
TERMUX_PKG_RECOMMENDS="diffutils"
|
||||
TERMUX_PKG_VERSION=8.1.1200
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SHA256=2238057e9bb402baaab9f042ce43d15616b8e526b355ca5b1d8ca5ef6a04b0af
|
||||
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
|
||||
Reference in New Issue
Block a user