mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +00:00
37 lines
985 B
YAML
37 lines
985 B
YAML
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 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
|
|
|
|
ArchivePolicy: 0
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
UpdateCheckData: build.gradle|"versionCode":\s(\d+)|.|"versionName":\s"([\d.]+)"
|
|
CurrentVersion: 1.0 (11)
|
|
CurrentVersionCode: 11
|