fdroiddata/metadata/net.gorry.aicia.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

35 lines
911 B
YAML

Categories:
- Internet
License: Apache-2.0
WebSite: http://gorry.haun.org/android/aicia
SourceCode: https://bitbucket.org/dalb8/aicia
AutoName: AiCiA
Summary: IRC client
Description: |-
''AiCiA'' is an Internet Relay Chat (IRC) client with a twin-pane view and
configurable buttons. It supports multi-server, body rotation and more.
''AiCiA'' also keeps the connection on background.
Original source code is available via the website (see dist/old): the source
code page points to an F-Droid contributor's bitbucket.org account.
RepoType: hg
Repo: https://bitbucket.org/dalb8/aicia
Builds:
- versionName: 2012.1224.1
versionCode: 201212241
commit: '4'
subdir: AiCiA
- versionName: 2015.0314.1
versionCode: 201503141
commit: 1fefccc
subdir: AiCiA
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2015.0314.1
CurrentVersionCode: 201503141