vim: module added

This commit is contained in:
2018-04-11 16:39:10 +02:00
parent 7d1f386943
commit e1c6a8e8b3
3 changed files with 46 additions and 0 deletions

1
Tools/vim/8/variants Normal file
View File

@@ -0,0 +1 @@
vim/8.0.586 unstable

23
Tools/vim/build Executable file
View File

@@ -0,0 +1,23 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://ftp.vim.org/pub/vim/unix/$P-$V.tar.bz2"
pbuild::configure() {
cd "${MODULE_SRCDIR}"
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::add_to_group 'Tools'
pbuild::compile_in_sourcetree
#pbuild::set_docfiles 'COPYING' 'README.md'
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

22
Tools/vim/modulefile Normal file
View File

@@ -0,0 +1,22 @@
#%Module1.0
module-whatis "the ubiquitous text editor"
module-url "https://www.vim.org/"
module-license "GNU GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
im is a highly configurable text editor built to make creating and
changing any kind of text very efficient. It is included as 'vi'
with most UNIX systems and with Apple OS X.
Vim is rock stable and is continuously being developed to become
even better. Among its features are:
persistent, multi-level undo tree
extensive plugin system
support for hundreds of programming languages and file formats
powerful search and replace
integrates with many tools
"