mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Merge branch 'master' into 'master'
new app: Nextcloud Passwords See merge request fdroid/fdroiddata!8084
This commit is contained in:
commit
cb238971e6
1 changed files with 42 additions and 0 deletions
42
metadata/de.jbservices.nc_passwords_app.yml
Normal file
42
metadata/de.jbservices.nc_passwords_app.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
- Security
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: joleaf
|
||||
AuthorEmail: jonblatt1992@gmail.com
|
||||
SourceCode: https://gitlab.com/joleaf/nc-passwords-app
|
||||
IssueTracker: https://gitlab.com/joleaf/nc-passwords-app/-/issues
|
||||
Changelog: https://gitlab.com/joleaf/nc-passwords-app/-/blob/main/CHANGELOG.md
|
||||
|
||||
AutoName: Nextcloud Passwords
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/joleaf/nc-passwords-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 21.1.0
|
||||
versionCode: 14
|
||||
commit: v21.1.0
|
||||
subdir: android/app
|
||||
output: ../../build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild:
|
||||
- rm -fr ios
|
||||
- echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/api/v4/projects/20533103/repository/files/pubspec.yaml/raw?ref=main|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 21.1.0
|
||||
CurrentVersionCode: 14
|
||||
Loading…
Reference in a new issue