Add recipe for cream.

It builds, but needs a vim with clientserver support, which we don't
have yet.
This commit is contained in:
Adrien Destugues
2014-04-04 22:03:43 +02:00
parent 72872aede2
commit 557903a154

View File

@@ -0,0 +1,60 @@
SUMMARY="a modern configuration of the Vim text editor"
DESCRIPTION="
Vim is a powerful and full-featured text editor, the popular descendant of the \
1976 Vi text editor.
But Vim has a steep learning curve. It was not primarily designed to be easy to \
use, favoring performance and technical flexibility instead. Because it is so \
different, learning to use Vim takes time.
Cream shapes Vim into an interface you probably already know (sometimes called \
Common User Access). Whether you are writing emails or developing large \
software applications, Cream saves you time and gets you up and running quickly.
"
HOMEPAGE="http://cream.sf.net"
SRC_URI="http://freefr.dl.sourceforge.net/project/$portName/Cream/$portVersion/$portName-$portVersion.tar.gz"
CHECKSUM_SIZE="785889"
CHECKSUM_RMD160="1998a29c4c5beeefff9d7f418d9b78a5c5c3b8c0"
CHECKSUM_SHA512="6e6c139bcb5f1ed8cb9718f2c1453a69453c87f2588b6074264f94877dd5b7f78842f5a7c45df693effc2249020e5fa61a88ab5d4e3e13806e2674f1f57dccb7"
REVISION="1"
ARCHITECTURES="!any"
PROVIDES="
cream = $portVersion
cmd:cream
"
REQUIRES="
cmd:vim == 7.4
"
BUILD_REQUIRES="
cmd:vim
"
BUILD_PREREQUIRES="
cmd:which
cmd:perl
"
BUILD()
{
true
}
INSTALL()
{
export VIMRUNTIME=$dataDir/vim/vim74/
mkdir -p $VIMRUNTIME
sh INSTALL.sh $prefix
rm -r $prefix/share # Useless .desktop file
addAppDeskbarSymlink $binDir/cream "Cream"
}
# no TEST script available
COPYRIGHT="2001-2014 Cream contributors"
LICENSE="GNU GPL v3"