fdroiddata/metadata/ee.smkv.calc.loan.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

34 lines
975 B
YAML

Categories:
- Money
License: GPL-3.0-only
SourceCode: https://github.com/smkv/android-simple-loan-calculator
IssueTracker: https://github.com/smkv/android-simple-loan-calculator/issues
Donate: https://github.com/smkv/android-simple-loan-calculator
AutoName: Simple Loan Calculator
Summary: Calculator for payments
Description: |-
Calculate annuity, differentiated and fixed payments. Calculation:the monthly
payment, the amount of interest paid, the total cost of credit, amortization
schedule and a comparison of all these indices between different loans.
RepoType: git
Repo: https://github.com/smkv/android-simple-loan-calculator
Builds:
- versionName: 3.3.0
versionCode: 42
commit: '120'
target: android-15
- versionName: 4.0.2
versionCode: 52
commit: '158'
prebuild: rm libs/action*.jar libs/support*.jar
target: android-17
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 4.0.2
CurrentVersionCode: 52