fdroiddata/metadata/net.teknoraver.andhrystone.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

50 lines
969 B
YAML

Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/teknoraver/andhrystone
IssueTracker: https://github.com/teknoraver/andhrystone/issues
AutoName: Andhrystone
Summary: Dhrystone benchmark
Description: A port of the popular integer precision benchmark
RepoType: git
Repo: https://github.com/teknoraver/andhrystone
Builds:
- versionName: '1.3'
versionCode: 4
disable: try to build only recent version
commit: v1.3
subdir: app
gradle:
- yes
- versionName: '1.5'
versionCode: 7
disable: try to build only recent version
commit: v1.5
subdir: app
gradle:
- yes
- versionName: '1.6'
versionCode: 8
disable: i686 ndk build issues
commit: v1.6
subdir: app
gradle:
- yes
- versionName: 1.6.1
versionCode: 9
commit: v1.6.1
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.6.1
CurrentVersionCode: 9