mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'fdroid' into 'master'
Add SelfPrivacy app See merge request fdroid/fdroiddata!8567
This commit is contained in:
commit
2c599f4552
1 changed files with 33 additions and 0 deletions
33
metadata/pro.kherel.selfprivacy.yml
Normal file
33
metadata/pro.kherel.selfprivacy.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
AuthorName: SelfPrivacy
|
||||||
|
AuthorEmail: contact@selfprivacy.org
|
||||||
|
WebSite: https://selfprivacy.org
|
||||||
|
SourceCode: https://git.selfprivacy.org/kherel/selfprivacy.org.app
|
||||||
|
IssueTracker: https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: v.0.1.0
|
||||||
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.0.0
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v.%v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://git.selfprivacy.org/kherel/selfprivacy.org.app/raw/branch/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 0.1.0
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue