mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
New app: Sanmill
Sanmill is a Mill Game in Flutter which supports many rule variants, such as Nine Men's Morris and Twelve Men's Morris, "Fly" rule or no "Fly" rule, released under GPLv3. Third Party Notice: https://github.com/calcitem/Sanmill/wiki/third-party_notices Application Id: com.calcitem.sanmill
This commit is contained in:
parent
b7ccc7f174
commit
84a6c6b8f2
1 changed files with 44 additions and 0 deletions
44
metadata/com.calcitem.sanmill.yml
Normal file
44
metadata/com.calcitem.sanmill.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Calcitem Studio and Sanmill Developers
|
||||
SourceCode: https://github.com/calcitem/Sanmill
|
||||
IssueTracker: https://github.com/calcitem/Sanmill/issues
|
||||
Changelog: https://github.com/calcitem/Sanmill/releases
|
||||
|
||||
AutoName: Sanmill
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/calcitem/Sanmill.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 1768
|
||||
commit: v1.0.3-fdroid
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.6
|
||||
rm:
|
||||
- src/ui/flutter_app/ios
|
||||
prebuild:
|
||||
- rm src/ui/flutter_app/android/app/build.gradle
|
||||
- mv src/ui/flutter_app/android/app/build.gradle_fdroid src/ui/flutter_app/android/app/build.gradle
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- cd src/ui/flutter_app
|
||||
- flutter pub get
|
||||
- flutter pub global activate intl_utils
|
||||
- flutter --no-color pub global run intl_utils:generate
|
||||
- flutter build apk -v --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
In that case we need to manually give the correct ref to srclib.
|
||||
|
||||
AutoUpdateMode: Version v%v-fdroid
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/calcitem/Sanmill/master/src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 1768
|
||||
Loading…
Reference in a new issue