Commit b77dd7a1950831921963b368af99cea286696f63

Thomas de Grivel 2023-02-28T23:18:02

libshout

diff --git a/lib/rbpkg/repos/libshout.rb b/lib/rbpkg/repos/libshout.rb
new file mode 100644
index 0000000..db4cc29
--- /dev/null
+++ b/lib/rbpkg/repos/libshout.rb
@@ -0,0 +1,16 @@
+class Rbpkg::Repos::Libshout < Rbpkg::Repo
+
+  def_name("libshout")
+
+  def self.dependencies
+    []
+  end
+
+  def dir
+    "xiph.org/libshout"
+  end
+
+  def git_url
+    "https://gitlab.xiph.org/xiph/icecast-libshout.git"
+  end
+end