mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Added Vernet
This commit is contained in:
parent
cdbc55612c
commit
98beb05770
1 changed files with 38 additions and 0 deletions
38
metadata/org.fsociety.vernet.yml
Normal file
38
metadata/org.fsociety.vernet.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
- Internet
|
||||||
|
- Security
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Elliot Alderson
|
||||||
|
AuthorEmail: fs0c19ty@protonmail.com
|
||||||
|
AuthorWebSite: https://fsoc13ty.blogspot.com/
|
||||||
|
SourceCode: https://github.com/git-elliot/vernet
|
||||||
|
IssueTracker: https://github.com/git-elliot/vernet/issues
|
||||||
|
|
||||||
|
AutoName: Vernet
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/git-elliot/vernet
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.0.0+5
|
||||||
|
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.2.1
|
||||||
|
rm:
|
||||||
|
- .vscode
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
- web
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v+%c
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s.*\+
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 5
|
||||||
Loading…
Reference in a new issue