about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/plugins.nix
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2017-06-05 17:10:31 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2017-06-05 17:17:57 +0200
commit4f410bfc8dfd51954000fce4a975d457b4915fea (patch)
treebff8a348896d4d200073fae3d4892b0f0a512ca9 /pkgs/applications/video/kodi/plugins.nix
parent513e66e310f324f42565faea0d87128787d875a9 (diff)
downloadnixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar.gz
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar.bz2
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar.lz
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar.xz
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.tar.zst
nixlib-4f410bfc8dfd51954000fce4a975d457b4915fea.zip
kodiPlugins.advanced-emulator-launcher: init at 0.9.6
Diffstat (limited to 'pkgs/applications/video/kodi/plugins.nix')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix29
1 files changed, 29 insertions, 0 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index f82e10056150..de261d69341b 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -35,6 +35,35 @@ rec {
 
   };
 
+  advanced-emulator-launcher = mkKodiPlugin rec {
+
+    plugin = "advanced-emulator-launcher";
+    namespace = "plugin.program.advanced.emulator.launcher";
+    version = "0.9.6";
+
+    src = fetchFromGitHub {
+      owner = "Wintermute0110";
+      repo = namespace;
+      rev = version;
+      sha256 = "1sv9z77jj6bam6llcnd9b3dgkbvhwad2m1v541rv3acrackms2z2";
+    };
+
+    meta = with stdenv.lib; {
+      homepage = "http://forum.kodi.tv/showthread.php?tid=287826";
+      description = "A program launcher for Kodi";
+      longDescription = ''
+        Advanced Emulator Launcher is a multi-emulator front-end for Kodi
+        scalable to collections of thousands of ROMs. Includes offline scrapers
+        for MAME and No-Intro ROM sets and also supports scrapping ROM metadata
+        and artwork online. ROM auditing for No-Intro ROMs using No-Intro XML
+        DATs. Launching of games and standalone applications is also available.
+      '';
+      platforms = platforms.all;
+      maintainers = with maintainers; [ edwtjo ];
+    };
+
+  };
+
   controllers = let
     pname = "game-controller";
     version = "1.0.3";