2018-05-24 19:38:27 +00:00
|
|
|
Categories:
|
|
|
|
- Games
|
|
|
|
License: MIT
|
|
|
|
SourceCode: https://github.com/AndreMiras/EtherollApp
|
|
|
|
IssueTracker: https://github.com/AndreMiras/EtherollApp/issues
|
|
|
|
|
2019-04-22 20:21:12 +00:00
|
|
|
Name: Etheroll
|
2018-05-24 19:38:27 +00:00
|
|
|
Description: |-
|
|
|
|
Cross platform Etheroll app built with Python and Kivy. Uses an Ethereum
|
|
|
|
smart contract to place bets on the blockchain.
|
|
|
|
|
|
|
|
RepoType: git
|
|
|
|
Repo: https://github.com/AndreMiras/EtherollApp.git
|
|
|
|
|
|
|
|
Builds:
|
|
|
|
- versionName: '2019.0217'
|
|
|
|
versionCode: 202117
|
|
|
|
commit: v20190217
|
|
|
|
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
|
|
|
|
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
|
|
|
|
srclibs:
|
2019-04-13 20:49:26 +00:00
|
|
|
- buildozer@586152c
|
2018-05-24 19:38:27 +00:00
|
|
|
prebuild:
|
|
|
|
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
|
|
|
|
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
2019-04-07 16:18:48 +00:00
|
|
|
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
|
|
|
|
-i buildozer.spec
|
2018-05-24 19:38:27 +00:00
|
|
|
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
|
|
|
|
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
|
2019-04-13 20:49:26 +00:00
|
|
|
ndk: r17c
|
2018-05-24 19:38:27 +00:00
|
|
|
|
2019-04-29 14:33:28 +00:00
|
|
|
- versionName: '2019.0426'
|
|
|
|
versionCode: 202326
|
|
|
|
commit: v2019.0426
|
|
|
|
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
|
|
|
|
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
|
|
|
|
srclibs:
|
|
|
|
- buildozer@586152c
|
|
|
|
prebuild:
|
|
|
|
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
|
|
|
|
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
|
|
|
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
|
|
|
|
-i buildozer.spec
|
|
|
|
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
|
|
|
|
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
|
|
|
|
ndk: r17c
|
|
|
|
|
2019-07-01 08:47:20 +00:00
|
|
|
- versionName: '2019.0624'
|
|
|
|
versionCode: 721202524
|
|
|
|
commit: v2019.0624
|
|
|
|
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
|
|
|
|
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
|
|
|
|
srclibs:
|
|
|
|
- buildozer@586152c
|
|
|
|
prebuild:
|
|
|
|
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
|
|
|
|
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
|
|
|
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
|
|
|
|
-i buildozer.spec
|
|
|
|
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
|
|
|
|
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
|
|
|
|
ndk: r17c
|
|
|
|
|
2018-05-24 19:38:27 +00:00
|
|
|
MaintainerNotes: |-
|
|
|
|
The build relies on buildozer master (post 0.39 release) which fixes issues
|
|
|
|
with unsigned releases.
|
|
|
|
Cython is pinned since this is the official tested version with buildozer.
|
|
|
|
Both SDK and NDK path are set to use fdroid ones.
|
|
|
|
The auto accept license is disabled since fdroid sdkmanager doesn't support
|
|
|
|
the --licenses argument.
|
|
|
|
|
2019-04-22 20:21:12 +00:00
|
|
|
AutoUpdateMode: Version v%v
|
|
|
|
UpdateCheckMode: HTTP
|
|
|
|
UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/version.py|__version_code__
|
|
|
|
= (\d+)|.|__version__ = '(\d+\.\d+)'
|
2019-07-01 08:47:20 +00:00
|
|
|
CurrentVersion: '2019.0624'
|
|
|
|
CurrentVersionCode: 721202524
|