NewApp: i2pd

This commit is contained in:
R4SAS 2022-01-28 15:10:54 +00:00 committed by linsui
parent 16a37a06bc
commit 6bc2c1e1be

View file

@ -0,0 +1,48 @@
Categories:
- Connectivity
- Internet
- Security
License: BSD-3-Clause
AuthorName: PurpleI2P
AuthorWebSite: https://i2pd.website/
WebSite: https://i2pd.website/
SourceCode: https://github.com/PurpleI2P/i2pd-android
IssueTracker: https://github.com/PurpleI2P/i2pd-android/issues
Changelog: https://github.com/PurpleI2P/i2pd/blob/openssl/ChangeLog
Bitcoin: 3MDoGJW9TLMTCDGrR9bLgWXfm6sjmgy86f
Litecoin: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
AutoName: i2pd
RepoType: git
Repo: https://github.com/PurpleI2P/i2pd-android.git
Builds:
- versionName: 2.40.0
versionCode: 24000
commit: 98f3cae41570caf5906d37245d7bfce90d60c447
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y g++ rename
gradle:
- yes
rm:
- app/jni/openssl/fuzz
- app/jni/openssl/boringssl/fuzz
prebuild:
- sed -i -e 's/enable true/enable false/' build.gradle
- sed -i -e 's/d+2/d+0/' jni/boost/build-android.sh
build:
- pushd jni
- ./build_boost.sh
- ./build_openssl.sh
- ./build_miniupnpc.sh
- popd
ndk: r23b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.40.0
CurrentVersionCode: 24000