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