6c177c1fc3
!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 ```
27 lines
615 B
YAML
27 lines
615 B
YAML
Categories:
|
|
- Writing
|
|
License: GPL-2.0-or-later
|
|
WebSite: https://osdn.jp/projects/kumagusu/
|
|
SourceCode: https://osdn.jp/projects/kumagusu/scm/svn/
|
|
IssueTracker: https://osdn.jp/projects/kumagusu/ticket/
|
|
|
|
AutoName: Kumagusu
|
|
Summary: Take notes
|
|
Description: Take password protected notes.
|
|
|
|
RepoType: git-svn
|
|
Repo: http://svn.osdn.jp/svnroot/kumagusu;tags=tags;trunk=trunk
|
|
|
|
Builds:
|
|
- versionName: '1.14'
|
|
versionCode: 1
|
|
disable: cannot find libdialog
|
|
commit: '1.14'
|
|
srclibs:
|
|
- 1:LibDialog@HEAD
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.19'
|
|
CurrentVersionCode: 119
|