Fixed description

This commit is contained in:
Derek Tse
2015-01-14 00:26:28 +00:00
parent 99dd10a8e8
commit aafe9304c6

View File

@@ -1,7 +1,7 @@
SUMMARY="Egg Chess" SUMMARY="Egg Chess"
DESCRIPTION="This game is similar to Tic-Tac-Toe. \ DESCRIPTION="This game is similar to Tic-Tac-Toe. \
However, instead of using Xs and Os, you use different egg forms. \ However, instead of using Xs and Os, you use different egg forms. \
What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ What's more, you can actually change a square with something else. \
The first one to get three-in-a-row with the same egg form wins." The first one to get three-in-a-row with the same egg form wins."
HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc"
SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature" SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature"
@@ -9,7 +9,7 @@ CHECKSUM_SHA256="67b8a6061169031493103d0a32dbdcd3af3c69d540cf1294e249e199eb140bc
SOURCE_DIR="EggChess-feature" SOURCE_DIR="EggChess-feature"
REVISION="1" REVISION="1"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="Anders Lindström" COPYRIGHT="1999-2000 Anders Lindström"
ARCHITECTURES="x86 x86_gcc2" ARCHITECTURES="x86 x86_gcc2"