summaryrefslogtreecommitdiff
path: root/cream/Pkgfile
diff options
context:
space:
mode:
authorBartlomiej Palmowski <maks1k@wp.pl>2008-05-13 23:44:01 +0200
committerBartlomiej Palmowski <maks1k@wp.pl>2008-05-13 23:44:01 +0200
commit58d6b69a115d75abdbc35e75126d7c37acaf7611 (patch)
treee18688b6822fdeb75bb1fb18663d92540b458e50 /cream/Pkgfile
parentb6ea8cf5293cb376f252b891080b10af41e6950e (diff)
downloadcontrib-58d6b69a115d75abdbc35e75126d7c37acaf7611.tar.gz
contrib-58d6b69a115d75abdbc35e75126d7c37acaf7611.tar.xz
cream: new port
Diffstat (limited to 'cream/Pkgfile')
-rw-r--r--cream/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/cream/Pkgfile b/cream/Pkgfile
new file mode 100644
index 000000000..4023dc803
--- /dev/null
+++ b/cream/Pkgfile
@@ -0,0 +1,16 @@
+# Description: a modern configuration of the Vim text editor
+# URL: http://cream.sourceforge.net/
+# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
+# Depends on: gvim
+
+name=cream
+version=0.41
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz crux_install_cream.diff)
+
+build() {
+ cd $name-$version
+ patch -p0 -i ../crux_install_cream.diff
+ chmod +x INSTALL.sh
+ ./INSTALL.sh
+ }

Generated by cgit