about summary refs log tree commit homepage
path: root/dtas-mpris.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'dtas-mpris.gemspec')
-rw-r--r--dtas-mpris.gemspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/dtas-mpris.gemspec b/dtas-mpris.gemspec
new file mode 100644
index 0000000..bb42286
--- /dev/null
+++ b/dtas-mpris.gemspec
@@ -0,0 +1,16 @@
+# -*- encoding: binary -*-
+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 = 'http://dtas.80x24.org/'
+  s.add_dependency(%q<dtas>)
+  s.add_dependency(%q<ruby-dbus>)
+  s.licenses = "GPLv2+"
+end