diff --git a/app-text/wordgrinder/wordgrinder-0.7.1.recipe b/app-text/wordgrinder/wordgrinder-0.7.1.recipe new file mode 100644 index 000000000..0129c5bdd --- /dev/null +++ b/app-text/wordgrinder/wordgrinder-0.7.1.recipe @@ -0,0 +1,50 @@ +SUMMARY="A simple, Unicode-aware word processor that runs on the console" +DESCRIPTION="WordGrinder is designed to get out of your way and let you write; \ +it does very little, but what it does it does it well. It supports basic paragraph \ +styles, basic character styles, basic screen markup, a menu interface that means you \ +don't have to remember complex key sequences, HTML import and export, and some other \ +useful features." +HOMEPAGE="http://cowlark.com/wordgrinder/" +COPYRIGHT="2007-2017 David Given" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://github.com/davidgiven/wordgrinder/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="54085af7963e1f67342bc0b1b20d1ccc75494f2e23d401b601cf3089acea747c" + +ARCHITECTURES="!x86_gcc2 !x86_64" + +PROVIDES=" + wordgrinder = $portVersion + cmd:WordGrinder = $portVersion + " +REQUIRES=" + haiku + lib:libncurses + lib:liblua + lib:libz + " + +BUILD_REQUIRES=" + haiku_devel + devel:libncurses + devel:liblua + devel:libz + " +BUILD_PREREQUIRES=" + cmd:g++ + cmd:make + cmd:ninja + cmd:pkg_config + " + +BUILD() +{ + make OBJDIR=$sourceDir/build PREFIX=$prefix BINDIR=$binDir \ + DOCDIR=$docDir MANDIR=$manDir +} + +INSTALL() +{ + make install OBJDIR=$sourceDir/build PREFIX=$prefix BINDIR=$binDir \ + DOCDIR=$docDir MANDIR=$manDir +}