Add Passman metadata

This commit is contained in:
Timo Triebensky 2021-10-12 21:02:03 +00:00 committed by Izzy
parent 7c6cabcc77
commit 204207e41f

View file

@ -0,0 +1,42 @@
Categories:
- Security
License: GPL-3.0-only
AuthorName: Passman
WebSite: https://passman.cc/
SourceCode: https://github.com/nextcloud/passman-android
IssueTracker: https://github.com/nextcloud/passman-android/issues
Translation: https://www.transifex.com/nextcloud/nextcloud/passman-android/
Changelog: https://github.com/nextcloud/passman-android/releases
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YS8F97PETVU2
Bitcoin: 1H2c5tkGX54n48yEtM4Wm4UrAGTW85jQpe
RepoType: git
Repo: https://github.com/nextcloud/passman-android
Builds:
- versionName: 1.2.0
versionCode: 12
commit: v1.2.0
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y gcc cmake openjdk-11-jdk
- update-alternatives --auto java
init:
- cd ..
- ./build-openssl.sh > /dev/null
gradle:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
scanignore:
- app/src/main/cpplibs/openssl
ndk: r21e
gradleprops:
- android.useAndroidX=true
- android.enableJetifier=true
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.0
CurrentVersionCode: 12