6dc775b236
```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 ```
30 lines
706 B
YAML
30 lines
706 B
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/chemicalappspace/Isotopes
|
|
IssueTracker: https://github.com/chemicalappspace/Isotopes/issues
|
|
|
|
AutoName: Isotopes
|
|
Summary: Isotope Information
|
|
Description: |-
|
|
Isotopes is an app with more then 3000 isotopes, both natural and synthetic,
|
|
including accurate mass information and natural abundance.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/chemicalappspace/Isotopes
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 2
|
|
commit: '2.0'
|
|
|
|
- versionName: '3.1'
|
|
versionCode: 3
|
|
disable: check/replace jars
|
|
commit: '3.1'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '3.1'
|
|
CurrentVersionCode: 3
|