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 ```
20 lines
487 B
YAML
20 lines
487 B
YAML
Disabled: Needs simple-build-tool to build
|
|
Categories:
|
|
- Internet
|
|
License: MIT
|
|
SourceCode: https://github.com/jberkel/gist-it
|
|
IssueTracker: https://github.com/jberkel/gist-it/issues
|
|
|
|
Summary: Github Gist API client
|
|
Description: |-
|
|
Create and edit gists (snippets of text hosted at https://gist.github.com) with
|
|
this Android app.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/jberkel/gist-it.git
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 0.1.4
|
|
CurrentVersionCode: 5
|