fdroiddata/metadata/org.kde.ministro.config.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

29 lines
795 B
YAML

Disabled: Abandonware that depends on Google Play
Categories:
- System
License: GPL-3.0-or-later
WebSite: http://community.kde.org/Necessitas
SourceCode: http://quickgit.kde.org/?p=ministro.git
AutoName: Ministro configuration tool
Summary: configure Ministro's default repositories
Description: |-
This is the configuration utility for [[org.kde.necessitas.ministro]]. You do
not need to install this (or that) unless another app requests it.
RepoType: git
Repo: https://anongit.kde.org/ministro.git
Builds:
- versionName: '2.0'
versionCode: 2
disable: still just assumes playmarket 7.0
commit: unknown - see disabled
subdir: MinistroConfigurationTool
target: android-16
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.0'
CurrentVersionCode: 1