mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
neo: new recipe (#6964)
* neo: new recipe * neo: update summary, homepage, and formatting
This commit is contained in:
43
app-misc/neo/neo-0.6.1.recipe
Normal file
43
app-misc/neo/neo-0.6.1.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="Recreates Matrix' falling characters in Terminal"
|
||||
DESCRIPTION="neo recreates the digital rain effect \
|
||||
from \"The Matrix\". Streams of random characters will \
|
||||
endlessly scroll down your terminal screen."
|
||||
HOMEPAGE="https://github.com/st3w/neo"
|
||||
COPYRIGHT="2021 Stewart Reive"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/st3w/neo/releases/download/v$portVersion/neo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a55e4ed5efd0a4af248d16018a7aaad3b617ef1d3ac05d292a258a38aaf46a79"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
neo$secondaryArchSuffix = $portVersion
|
||||
cmd:neo = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix --mandir=$manDir
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user