mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
[New App] Gear VPN - Fast, Secure & Open sourced VPN
This commit is contained in:
parent
b683d62d32
commit
ce504df931
1 changed files with 36 additions and 0 deletions
36
metadata/com.kpstv.vpn.fdroid.yml
Normal file
36
metadata/com.kpstv.vpn.fdroid.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Development
|
||||
License: Apache-2.0
|
||||
AuthorName: Kaustubh Patange
|
||||
AuthorEmail: developerkp16@gmail.com
|
||||
AuthorWebSite: http://kaustubhpatange.github.io/
|
||||
SourceCode: https://gitlab.com/KaustubhPatange/gear-vpn
|
||||
IssueTracker: https://gitlab.com/KaustubhPatange/gear-vpn/issues
|
||||
|
||||
AutoName: Gear VPN
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/KaustubhPatange/gear-vpn.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0 (11)
|
||||
versionCode: 11
|
||||
commit: v1.0.11
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- vpn/src/main/cpp/mbedtls
|
||||
- vpn/src/main/cpp/openvpn3/test/unittests/comp-testdata
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: build.gradle|"versionCode":\s(\d+)|.|"versionName":\s"([\d.]+)"
|
||||
CurrentVersion: 1.0 (11)
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue