code style.

This commit is contained in:
Jerome Duval
2018-08-07 08:26:26 +02:00
parent 1e17abb3a9
commit ac17bd1be4
36 changed files with 78 additions and 88 deletions

View File

@@ -2,19 +2,21 @@ SUMMARY="A Windows Minesweeper clone"
DESCRIPTION="Minesweeper is a clone of the original Windows minesweeper game. \
It supports different board sizes and best time saving."
HOMEPAGE="https://github.com/HaikuArchives/Minesweeper"
COPYRIGHT="
2013 Tri-Edge AI
2015 Josef Gajdusek
"
LICENSE="MIT"
REVISION="5"
srcGitRev="702046e61588c953e759f7792930c5acc258359a"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="f532980a4f507375a982c2efcc09118e5a8cfedb9fd0775563ed236c2a70304f"
SOURCE_DIR="Minesweeper-$srcGitRev"
LICENSE="MIT"
COPYRIGHT="
2013 Tri-Edge AI
2015 Josef Gajdusek
"
ARCHITECTURES="x86_gcc2 x86 x86_64"
USER_SETTINGS_FILES="settings/Minesweeper_settings"
PROVIDES="
minesweeper = $portVersion
app:minesweeper = $portVersion
@@ -22,6 +24,7 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
@@ -31,8 +34,6 @@ BUILD_PREREQUIRES="
cmd:gcc
"
USER_SETTINGS_FILES="settings/Minesweeper_settings"
BUILD()
{
make -C src $jobArgs OBJ_DIR=objects