2Pow: bump version

This commit is contained in:
Gerasim Troeglazov
2023-10-08 11:32:11 +10:00
parent 5bd0a04510
commit 90b455c757

View File

@@ -1,11 +1,11 @@
SUMMARY="2048 game clone for Haiku"
DESCRIPTION="Join the numbers and get to the 2048 tile!"
HOMEPAGE="https://github.com/threedeyes/2Pow"
COPYRIGHT="2014-2019 Gerasim Troeglazov"
COPYRIGHT="2014-2023 Gerasim Troeglazov"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/threedeyes/2Pow/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="f974e89da8c2d530084d285ba86136bf25c9eae21b3a3e2c22778c04f7b12749"
CHECKSUM_SHA256="c06983bc599a977dad24eab5186221b7a014f4283a0584e54aced7b454c67701"
SOURCE_DIR="2Pow-$portVersion"
ARCHITECTURES="all"
@@ -22,6 +22,7 @@ BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
"
@@ -29,11 +30,11 @@ BUILD_PREREQUIRES="
BUILD()
{
make
make bindcatalogs
}
INSTALL()
{
mkdir -p $appsDir
cp -a 2Pow $appsDir/2Pow
make install INSTALL_DIR=$appsDir
addAppDeskbarSymlink $appsDir/2Pow
}