void-packages/templates/vim/template
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

15 lines
562 B
Text

# Template file for 'vim'
pkgname=vim
version=7.2
wrksrc=vim72
distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Vim editor (vi clone)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=914db0f2205ebd6f02878295ec2506036ea7500399db112c61a01491cd9a1d86
long_desc="
Vim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc."
run_depends="glibc-2.8"