From 1c0c15eeefec4e0805251dd66e09bc7ced609de6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Oct 2008 01:01:18 +0200 Subject: [PATCH] Added vim-7.2 template. --HG-- extra : convert_revision : 5ff3e5e547fc481cfea264b1dc524311aeea5f23 --- templates/vim-7.2.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 templates/vim-7.2.tmpl diff --git a/templates/vim-7.2.tmpl b/templates/vim-7.2.tmpl new file mode 100755 index 0000000000..a6803676df --- /dev/null +++ b/templates/vim-7.2.tmpl @@ -0,0 +1,13 @@ +# Template file for 'vim-7.2' +pkgname=vim-7.2 +wrksrc=vim72 +extract_sufx=".tar.bz2" +url=ftp://ftp.vim.org/pub/vim/unix +build_style=gnu_configure +short_desc="Vim editor (vi clone)" +maintainer="Juan RP " +checksum=eaff64d0fec09d725addf8de569f508b80a5766e +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."