fdroiddata/metadata/org.piwik.mobile2.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

27 lines
715 B
YAML

Categories:
- Internet
License: GPL-3.0-only
WebSite: http://www.piwik.org
SourceCode: https://github.com/piwik/piwik-mobile-2
IssueTracker: https://github.com/matomo-org/matomo-mobile-2/issues
Changelog: https://matomo.org/blog/category/piwik-mobile-changelog/
Summary: Web Analytics
Description: |-
Piwik is a free and open source web analytics application written by a team of
international developers that runs on a PHP/MySQL webserver.
RepoType: git
Repo: https://github.com/piwik/piwik-mobile-2.git
Builds:
- versionName: 2.0.0
versionCode: 1
disable: needs titanium
commit: 92ca99c389
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.1
CurrentVersionCode: 1