fdroiddata/metadata/de.ktran.anno1404warenrechner.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

33 lines
883 B
YAML

AntiFeatures:
- NonFreeAssets
Categories:
- Games
License: MIT
SourceCode: https://github.com/tran-khoa/ANNO1404-Warenrechner-App
IssueTracker: https://github.com/tran-khoa/ANNO1404-Warenrechner-App/issues
AutoName: ANNO 1404 - Calculator
Summary: Population and chain calculations for ANNO 1404
Description: |-
This app lets you manage your current population data and calculates the
required amount of buildings to supply your population.
RepoType: git
Repo: https://github.com/tran-khoa/ANNO1404-Warenrechner-App
Builds:
- versionName: '1.0'
versionCode: 1
commit: '1.0'
subdir: app
gradle:
- yes
prebuild:
- "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.3\" }' >> build.gradle"
- sed -i -e '/retrolambda {/,+3d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1