fdroiddata/metadata/org.damazio.notifier.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
1 KiB
YAML

Categories:
- System
License: Apache-2.0
AutoName: Android Notifier
Summary: Mirror notifications to desktop
Description: |-
Sends notifications (for example, phone ringing) from the device to a desktop
machine running the dedicated client software. Get the desktop application from
the web site.
Builds:
- versionName: '0.3'
versionCode: 12
disable: Not published upstream
commit: 7c31ec8497b5
subdir: AndroidNotifier
prebuild:
- echo "source.dir=../NotifierLib/src;src" > ant.properties
- mv ../NotifierLib/lib/* libs/
MaintainerNotes: |-
The build is disabled because it was never published by upstream, and judging
by the content of the issue tracker and short history, it's possibly unfinished
and/or broken. That said, it appears to be long since abandonded, so if someone
can confirm that what exists is actually working and useful, we could probably
publish this version anyway.
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '0.3'
CurrentVersionCode: 12
NoSourceSince: '0.4'