contrib/cream/Pkgfile
Bartlomiej Palmowski 58d6b69a11 cream: new port
2008-05-13 23:44:01 +02:00

17 lines
442 B
Plaintext

# 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
}