1 # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2 # License: GPL-2.0+ or later <https://www.gnu.org/licenses/gpl-2.0.txt>
3 # This is GPL-2.0+ instead of GPL-3.0+ because ruby-dbus is LGPL-2.1 (only)
4 Gem::Specification.new do |s|
5 s.name = %q{dtas-mpris}
7 s.authors = ["dtas hackers"]
8 s.summary = "meta-package for the dtas-mpris proxy"
10 "this allows controlling dtas-player via MPRIS or MPRIS 2.0\n" \
11 "This is currently a dummy package as dtas-mpris is not implemented"
12 s.email = %q{e@80x24.org}
14 s.homepage = 'https://80x24.org/dtas.git/about/'
15 s.add_dependency(%q<dtas>)
16 s.add_dependency(%q<ruby-dbus>)
17 s.licenses = 'GPL-2.0+'