mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 03:22:25 +00:00
Add ShockAlarm
This commit is contained in:
parent
7baf9a5f82
commit
ac78ff2d51
1 changed files with 50 additions and 0 deletions
50
metadata/de.computerelite.shockalarm.yml
Normal file
50
metadata/de.computerelite.shockalarm.yml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Rely on Openshock servers which are not FOSS
|
||||
Categories:
|
||||
- Connectivity
|
||||
- Multimedia
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: ComputerElite
|
||||
SourceCode: https://github.com/ComputerElite/ShockAlarmApp.git
|
||||
IssueTracker: https://github.com/ComputerElite/ShockAlarmApp/issues
|
||||
|
||||
AutoName: ShockAlarm
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ComputerElite/ShockAlarmApp.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.10
|
||||
versionCode: 10
|
||||
commit: 0a147f6bea5b194a169becd9428bad748b29e198
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- flutter/bin/flutter build apk
|
||||
ndk: 26.1.10909125
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.0.10
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue