mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Add app: IVPN
This commit is contained in:
parent
567b91e6a3
commit
6f75130fd9
1 changed files with 27 additions and 0 deletions
27
metadata/net.ivpn.client.yml
Normal file
27
metadata/net.ivpn.client.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://www.ivpn.net/
|
||||
SourceCode: https://github.com/ivpn/android-app
|
||||
IssueTracker: https://github.com/ivpn/android-app/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ivpn/android-app
|
||||
|
||||
Builds:
|
||||
- versionName: '1.65'
|
||||
versionCode: 75
|
||||
commit: v1.65
|
||||
subdir: app
|
||||
init:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- rm -rf src/main/cpp/mbedtls/tests
|
||||
- rm -rf src/main/cpp/openvpn3/test
|
||||
gradle:
|
||||
- fdroidProduction
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
Loading…
Reference in a new issue