mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Add GNU Taler cashier app
This commit is contained in:
parent
a3857c7f9a
commit
fe98b0dd89
1 changed files with 32 additions and 0 deletions
32
metadata/net.taler.cashier.yml
Normal file
32
metadata/net.taler.cashier.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: GNU Taler
|
||||
AuthorWebSite: https://taler.net/
|
||||
SourceCode: https://git.taler.net/taler-android.git/
|
||||
IssueTracker: https://bugs.gnunet.org/
|
||||
|
||||
Summary: Take cash and give out electronic cash
|
||||
Description: |-
|
||||
The GNU Taler Cashier app allows you to take in physical cash and hand
|
||||
electronic Taler cash in exchange. This is useful for regional or
|
||||
organizational currencies.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.taler.net/taler-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
versionCode: 1
|
||||
commit: cashier-0.1
|
||||
subdir: cashier
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- multiplatform/wallet
|
||||
|
||||
AutoUpdateMode: Version cashier-%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.1'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue