contrib/cream/Pkgfile

17 lines
442 B
Plaintext
Raw Normal View History

2008-05-13 23:44:01 +02:00
# 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
}