Sha256: a325d3ec58004d61225a810f01ecea1d1a6967899db4354e3a0e33388e612c50
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org> # License: GPL-2.0+ or later <https://www.gnu.org/licenses/gpl-2.0.txt> # This is GPL-2.0+ instead of GPL-3.0+ because ruby-dbus is LGPL-2.1 (only) Gem::Specification.new do |s| s.name = %q{dtas-mpris} s.version = '0.0.0' s.authors = ["dtas hackers"] s.summary = "meta-package for the dtas-mpris proxy" s.description = "this allows controlling dtas-player via MPRIS or MPRIS 2.0\n" \ "This is currently a dummy package as dtas-mpris is not implemented" s.email = %q{e@80x24.org} s.files = [] s.homepage = 'https://80x24.org/dtas.git/about/' s.add_dependency(%q<dtas>) s.add_dependency(%q<ruby-dbus>) s.licenses = 'GPL-2.0+' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dtas-0.17.0 | dtas-mpris.gemspec |