diff --git a/metadata/org.purplei2p.i2pd.yml b/metadata/org.purplei2p.i2pd.yml new file mode 100644 index 0000000000..caeb7a66a4 --- /dev/null +++ b/metadata/org.purplei2p.i2pd.yml @@ -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