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 ```
32 lines
686 B
YAML
32 lines
686 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/LibreShift/OpenShift
|
|
IssueTracker: https://github.com/LibreShift/OpenShift/issues
|
|
|
|
AutoName: LibreShift
|
|
Summary: Adjust screen color values
|
|
Description: |-
|
|
Allows for adjustment of color values using SurfaceFlinger.
|
|
|
|
Requires Root, and might not work on all devices. Changes do NOT persist
|
|
reboots.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/LibreShift/OpenShift
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v0.1-alpha
|
|
subdir: OpenShift/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: v0.2-alpha
|
|
CurrentVersionCode: 2
|