Merge branch 'authpass' into 'master'
Add AuthPass Password Manager (design.codeux.authpass) - https://github.com/authpass/authpass See merge request fdroid/fdroiddata!5546
This commit is contained in:
commit
d035923b0c
38
metadata/design.codeux.authpass.fdroid.yml
Normal file
38
metadata/design.codeux.authpass.fdroid.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: Apache-2.0
|
||||
WebSite: https://authpass.app/
|
||||
SourceCode: https://github.com/authpass/authpass
|
||||
IssueTracker: https://github.com/authpass/authpass/issues
|
||||
|
||||
AutoName: AuthPass Password Manager
|
||||
Description: |-
|
||||
Easily and securely keep track of all your Passwords!
|
||||
|
||||
AuthPass is a stand alone password manager with support
|
||||
for the popular Keepass (kdbx) format. Store your passwords,
|
||||
share across all your devices and easily find them whenever you need to login.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/authpass/authpass
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 6
|
||||
commit: fdroid-v1.1.0
|
||||
subdir: authpass
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.9.1+hotfix.2
|
||||
rm:
|
||||
- authpass/ios
|
||||
- authpass/macos
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 6
|
Loading…
Reference in a new issue