dtas.git  about / heads / tags
duct tape audio suite for *nix
blob c94271e3da0c2a26e2d9effd0165cb9de5b08e99 723 bytes (raw)
$ git show v0.18.0:dtas-mpris.gemspec	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
# Copyright (C) 2013-2020 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

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git