mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
app-text/WordGrinder: new (broken) recipe (#1909)
Does not build yet due to issues related to Lua.
This commit is contained in:
50
app-text/wordgrinder/wordgrinder-0.7.1.recipe
Normal file
50
app-text/wordgrinder/wordgrinder-0.7.1.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user