mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
neonlights: add recipe (#1075)
This commit is contained in:
41
haiku-misc/neonlights/neonlights-0.2.recipe
Normal file
41
haiku-misc/neonlights/neonlights-0.2.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Screensaver drawing neon lines"
|
||||
DESCRIPTION="NeonLights is a screensaver that draws colorful neon lines. \
|
||||
It was based loosely on Jared Tarbell's work. Inspired by Atalax's Substrate."
|
||||
HOMEPAGE="https://github.com/pulkomandy/neonlights"
|
||||
COPYRIGHT="2017 Adrien Destugues"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pulkomandy/neonlights/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a7a8f7faab4ff56d8677fc64cbb1759c7532f8db7309a467199b0c9b1cac8547"
|
||||
SOURCE_FILENAME="neonlights-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
neonlights = $portVersion
|
||||
addon:NeonLights
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -d "$addOnsDir/Screen Savers"
|
||||
install -t "$addOnsDir/Screen Savers" "objects/Neon Lights"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user