mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
add: wg tunnel to f-droid
This commit is contained in:
parent
1a1f63b1dd
commit
1ce2e2ef9c
1 changed files with 35 additions and 0 deletions
35
metadata/com.zaneschepke.wireguardautotunnel.yml
Normal file
35
metadata/com.zaneschepke.wireguardautotunnel.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
- Security
|
||||||
|
License: MIT
|
||||||
|
AuthorName: Zane Schepke
|
||||||
|
AuthorEmail: zanecschepke@gmail.com
|
||||||
|
SourceCode: https://github.com/zaneschepke/wgtunnel
|
||||||
|
IssueTracker: https://github.com/zaneschepke/wgtunnel/issues
|
||||||
|
Changelog: https://github.com/zaneschepke/wgtunnel/releases
|
||||||
|
Donate: https://ko-fi.com/zaneschepke
|
||||||
|
|
||||||
|
AutoName: WG Tunnel
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/zaneschepke/wgtunnel.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 3.0.0
|
||||||
|
versionCode: 30000
|
||||||
|
commit: 1714618f0c237d69fd94197730c96d3cf5af377a
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle.kts
|
||||||
|
- sed -i -e '/libs.google.services/d' -e '/libs.firebase/d' ../build.gradle.kts
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags ^([3-9]+\.)?(\d+\.)?(\*|\d+)$
|
||||||
|
CurrentVersion: 3.0.0
|
||||||
|
CurrentVersionCode: 30000
|
||||||
Loading…
Reference in a new issue