new app: IITC-CE Mobile (org.exarhteam.iitc_mobile.yml)

This commit is contained in:
Alexander Danilov 2022-05-04 07:44:34 +00:00 committed by linsui
parent 36c73c2890
commit 558ea15d42

View file

@ -0,0 +1,48 @@
AntiFeatures:
- NonFreeNet
- Tracking
Categories:
- Games
License: ISC
WebSite: https://iitc.app/
SourceCode: https://github.com/IITC-CE/ingress-intel-total-conversion
IssueTracker: https://github.com/IITC-CE/ingress-intel-total-conversion/issues
Changelog: https://github.com/IITC-CE/ingress-intel-total-conversion/releases
AutoName: IITC Mobile
RepoType: git
Repo: https://github.com/IITC-CE/ingress-intel-total-conversion
Builds:
- versionName: 0.32.1
versionCode: 1638281989
commit: v0.32.1_fdroid
subdir: mobile/app
sudo:
- apt-get update || apt-get update
- apt-get install -y build-essential libffi-dev libltdl-dev libssl-dev virtualenv
zlib1g-dev
- cd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
gradle:
- yes
srclibs:
- cpython@v3.7.7
prebuild:
- cd ../..
- virtualenv --python=python3.7 env
- source env/bin/activate
- echo "builds={'fdroid':{'post_build':['build_mobile.py'],'gradle_buildtype':'copyonly'}}"
>> localbuildsettings.py
- ./build.py fdroid
- deactivate
- rm -rf env
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://iitc.app/build/release/version_fdroid.txt|versionCode=(\d+)|.|versionName=(.+)
CurrentVersion: 0.32.1
CurrentVersionCode: 1638281989