Skip to content

Commit

Permalink
Hexvexed recipe (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
punsith authored and waddlesplash committed Dec 25, 2016
1 parent fb31dac commit c5a45f5
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions haiku-games/hexvexed/hexvexed-0.0.1.recipe
@@ -0,0 +1,45 @@
SUMMARY="A tile puzzle game for Haiku"
DESCRIPTION="HexVexed is a maddening addictive and easy to play puzzle game. \
Arrange hexagonal tiles into a grid so that the numbers and colors match \
where they touch. This game is a variation based on DarkWyrm's BeVexed, but instead \
of squares, the tiles are hexagon shaped. It's 1.5x the fun!"
HOMEPAGE="https://bitbucket.org/scottmc/hexvexed"
COPYRIGHT="2009-2016 Scott McCreary"
LICENSE="MIT"
REVISION="1"
commit="f9cd2a7b1ba1"
SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/$commit.tar.bz2"
CHECKSUM_SHA256="72b1a5e2d3d91a453b289948edfcb437d8c2e7f8698255a109f57e6aad6a4138"
SOURCE_DIR="scottmc-hexvexed-$commit"

ARCHITECTURES="?x86_gcc2 !x86 !x86_64"

PROVIDES="
hexvexed = $portVersion
app:HexVexed = $portVersion
"
REQUIRES="
haiku
"

BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:g++
"

BUILD()
{
make $jobArgs OBJ_DIR=objects
make $jobArgs OBJ_DIR=objects bindcatalogs
}

INSTALL()
{
install -d -m 755 $appsDir $dataDir/HexVexed/backgrounds
install -t $appsDir -m 555 -s objects/HexVexed
addAppDeskbarSymlink $appsDir/HexVexed
}

0 comments on commit c5a45f5

Please sign in to comment.