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 ```
27 lines
744 B
YAML
27 lines
744 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
WebSite: http://www.iseedeadpixel.com
|
|
SourceCode: https://github.com/evankale/TriRose
|
|
IssueTracker: https://github.com/evankale/TriRose/issues
|
|
|
|
AutoName: Tri Rose
|
|
Summary: Generate unique rose graphs
|
|
Description: |-
|
|
Mathematically generate unique and intricate rose graphs (rhodonea curves) and
|
|
share them with your friends! Rhodonea curves were named by the Italian
|
|
mathematician Guido Grandi between the year 1723 and 1728.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/evankale/TriRose
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 2
|
|
commit: d0533dd50d5904b3f4e2fbefcf7ea6469b28f3cc
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|