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 Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-nenv,
ruby-shellany,
ruby-rspec
Standards-Version: 4.6.1
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
Rules-Requires-Root: no
Package: ruby-notiffany
Architecture: all
Multi-Arch: foreign
Depends: ruby:any,
ruby-nenv,
ruby-shellany,
${misc:Depends},
${shlibs:Depends}
Description: Wrapper library 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
|