1 { lib, buildKodiAddon, fetchFromGitHub, dateutil, requests, routing, vfs-libarchive, archive_tool, youtube, infotagger }:
5 namespace = "plugin.program.iagl";
8 src = fetchFromGitHub {
10 repo = "plugin.program.iagl";
12 sha256 = "sha256-b8nO3D/xTnj/5UDshGlIJdiHd75VhIlkrGUi0vkZqG4=";
15 propagatedBuildInputs = [
26 homepage = "https://github.com/zach-morris/plugin.program.iagl";
27 description = "Launch Games from the Internet using Kodi";
28 license = licenses.gpl3Plus;
29 maintainers = teams.kodi.members;