splitfx: support tshift directive
[dtas.git] / dtas-mpris.gemspec
blobc94271e3da0c2a26e2d9effd0165cb9de5b08e99
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}
6   s.version = '0.0.0'
7   s.authors = ["dtas hackers"]
8   s.summary = "meta-package for the dtas-mpris proxy"
9   s.description =
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}
13   s.files = []
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+'
18 end