add: wg tunnel to f-droid

This commit is contained in:
Zane Schepke 2023-09-18 11:13:57 +00:00 committed by linsui
parent 1a1f63b1dd
commit 1ce2e2ef9c

View 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