mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
NewApp: i2pd
This commit is contained in:
parent
16a37a06bc
commit
6bc2c1e1be
1 changed files with 48 additions and 0 deletions
48
metadata/org.purplei2p.i2pd.yml
Normal file
48
metadata/org.purplei2p.i2pd.yml
Normal 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
|
||||
Loading…
Reference in a new issue