fdroiddata/metadata/net.i2p.android.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

62 lines
1.9 KiB
YAML

Categories:
- Security
- Internet
License: Apache-2.0
WebSite: https://geti2p.net
SourceCode: https://github.com/i2p
IssueTracker: https://trac.i2p2.de
Translation: https://www.transifex.com/otf/I2P/
Donate: https://geti2p.net/en/get-involved/donate
FlattrID: '13523'
Bitcoin: 1BPdWwovytfGdBwUDVgqbMZ8omcPQzshpX
Litecoin: LM7DTXGHBzh7xeo7ZSWR6hs9s4oVAUsw4E
Name: I2P (REMOVE)
AutoName: I2P
Summary: I2P anonymous network
Description: |-
I2P is an anonymizing network, offering a simple layer that identity-sensitive
applications can use to securely communicate. All data is wrapped with several
layers of encryption, and the network is both distributed and dynamic, with no
trusted parties.
RepoType: git
Repo: https://github.com/i2p/i2p.android.base.git
Builds:
- versionName: 0.9.26
versionCode: 4745233
disable: remove apk
commit: bd0455c413c611a76f0a47e0a3a0617cc4bffbad
subdir: app
gradle:
- free
srclibs:
- I2P@249e6f0eea2b72b6973a8e9ba7548019dd536eba
prebuild:
- echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties
- echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties
- sed -i '31i checkReleaseBuilds false\n' build.gradle
- curl https://gmplib.org/download/gmp/gmp-5.0.2.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete:
- lib/client/src/main/jniLibs
MaintainerNotes: |-
Don't build until reproducible.
The version code and name is in app/build.gradle
Android version code is an integer. So we have 31 bits.
MAJOR 4 bits 0-15
MINOR 8 bits 0-255
RELEASE 8 bits 0-255
ROUTERBUILD 7 bits 0-127
ANDROIDBUILD 4 bits 0-15
See custom_rules.xml for more info.
Increment build number with 'ant incrementBuild' for updates between router releases. (see ./custom_rules.xml)
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.9.26
CurrentVersionCode: 4745233