fdroiddata/metadata/com.willhauck.linconnectclient.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

52 lines
1.2 KiB
YAML

Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/hauckwill/linconnect-client
IssueTracker: https://github.com/hauckwill/linconnect-client/issues
AutoName: LinConnect
Summary: Mirror notifications to desktop
Description: |-
Install the server on the desktop: see the source code page.
* Extremely simple setup
* Integrated with Linux desktop icon theme
* Uses LibNotify and Python for compatibility
Encryption isn't yet supported.
Status: Alpha
RepoType: git
Repo: https://github.com/hauckwill/linconnect-client.git
Builds:
- versionName: '2.13'
versionCode: 7
commit: 0d2e7bd73564b6
subdir: LinConnectClient
srclibs:
- 1:Changelog-cketti@v1.2.0
target: android-19
- versionName: '2.20'
versionCode: 220
commit: 66e3aa62
subdir: LinConnectClient
srclibs:
- 1:Changelog-cketti@v1.2.0
target: android-19
- versionName: '2.21'
versionCode: 221
commit: 04deb2f350e522e527a595b537bf63b17cb77559
subdir: LinConnectClient
srclibs:
- 1:Changelog-cketti@v1.2.2
target: android-21
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.21'
CurrentVersionCode: 221