1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ruby-notiffany
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-nenv (>= 0.1),
ruby-shellany,
ruby-rspec
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-notiffany.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-notiffany
Homepage: https://github.com/guard/notiffany
XS-Ruby-Versions: all
Package: ruby-notiffany
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-nenv (>= 0.1),
ruby-shellany,
${misc:Depends},
${shlibs:Depends}
Description: Wrapper libray for most popular notification libraries
Notification library supporting popular notifiers, such as:
Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier.
.
Features:
* most popular notification libraries supported
* easy to override options at any level (new(), notify())
* using multiple notifiers simultaneously
* child processes reuse same configuration
|