Browse Source
vim: correctly split vim-runtime files
Previous commit was no-op...
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
2 additions and
2 deletions
-
packages/vim/build.sh
-
packages/vim/vim-runtime.subpackage.sh
|
|
@ -6,7 +6,7 @@ TERMUX_PKG_RECOMMENDS="diffutils" |
|
|
|
# vim should only be updated every 50 releases on multiples of 50. |
|
|
|
# Update both vim and vim-python to the same version in one PR. |
|
|
|
TERMUX_PKG_VERSION=8.2.0000 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz" |
|
|
|
TERMUX_PKG_SHA256=8a72323817210daf40abe545bdf7637591b9b541a0fb3560baed76e436132dba |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
TERMUX_SUBPKG_INCLUDE="share/vim/vim81" |
|
|
|
TERMUX_SUBPKG_INCLUDE="share/vim/vim82" |
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Vi IMproved - Runtime files" |
|
|
|
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true |
|
|
|