mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Add Passman metadata
This commit is contained in:
parent
7c6cabcc77
commit
204207e41f
1 changed files with 42 additions and 0 deletions
42
metadata/es.wolfi.app.passman.yml
Normal file
42
metadata/es.wolfi.app.passman.yml
Normal 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
|
||||
Loading…
Reference in a new issue