fdroiddata/metadata/csd.qtproject.minesweeper.yml

36 lines
965 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/vamartid/Minesweeper
IssueTracker: https://github.com/vamartid/Minesweeper/issues
AutoName: Minesweeper
Description: The game is fully functional and playable.
RepoType: git
Repo: https://github.com/vamartid/Minesweeper
Builds:
- versionName: bourlotieris
versionCode: 1
commit: v1.0
subdir: android/
output: ../build/bin/QtApp-release-unsigned.apk
rm:
- _build-Releases/
target: android-19
build:
- export Qt5_android=$$QT$$/android_armv7
- export ANDROID_NDK_ROOT=$$NDK$$
- export ANDROID_SDK_ROOT=$$SDK$$
- cd ..
- $Qt5_android/bin/qmake
- mkdir build
- make install INSTALL_ROOT=build
- $Qt5_android/bin/androiddeployqt --release --output build --input android-libMinesweeper.so-deployment-settings.json
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: bourlotieris
CurrentVersionCode: 1