mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add com.stoutner.privacycell.yml.
This commit is contained in:
parent
ca2fa4ebc9
commit
06fb6d61ad
1 changed files with 34 additions and 0 deletions
34
metadata/com.stoutner.privacycell.yml
Normal file
34
metadata/com.stoutner.privacycell.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Soren Stoutner
|
||||
AuthorEmail: soren@stoutner.com
|
||||
WebSite: https://www.stoutner.com/privacy-cell/
|
||||
SourceCode: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=summary
|
||||
IssueTracker: https://redmine.stoutner.com/projects/privacy-cell/issues
|
||||
Changelog: https://www.stoutner.com/privacy-cell/changelog-and-downloads/
|
||||
Donate: https://www.stoutner.com/donations/
|
||||
Liberapay: sorenstoutner
|
||||
Bitcoin: 1Jiooc5L238VnhiWtkdYEkwm7kRNWQspSC
|
||||
|
||||
AutoName: Privacy Cell
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.stoutner.com/PrivacyCell.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue