BeMines: Update to v1.2

This commit is contained in:
Humdinger
2023-10-24 17:36:13 +02:00
parent 29e7f2a954
commit 58a0a660b1

View File

@@ -15,12 +15,11 @@ around the number. Of course, if you've made a mistake, you'll probably \
set off a mine. Left clicking while holding down SHIFT will also do this."
HOMEPAGE="https://github.com/HaikuArchives/BeMines"
COPYRIGHT="2009 Jon Yoder
2018-2020 Kevin Adams, Adrien Destugues, Humdinger, Raheem Idowu, Janus, \
Justin Stressman"
2018-2023 The HaikuArchives Team"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="6e0ad89f0407c1897633dc6248cc6592ba9bc42173539bbcab78c16c13143511"
CHECKSUM_SHA256="bbc54242d43c4ba1d0b8a9574a0035997e0e1532e630cd3cf937243323c218b7"
SOURCE_DIR="BeMines-$portVersion"
ARCHITECTURES="all"
@@ -52,8 +51,8 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/BeMines
cp src/BeMines $appsDir/BeMines
cp -r src/themes $appsDir/BeMines
cp BeMines $appsDir/BeMines
cp -r themes $appsDir/BeMines
addAppDeskbarSymlink $appsDir/BeMines/BeMines BeMines
}