10 namespace = "script.module.addon.signals";
11 version = "0.0.6+matrix.1";
14 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
15 sha256 = "sha256-WsLR7iUh5F+LXMISBpWx71dLAtg/AMYF6BsiyKZakuE=";
20 updateScript = addonUpdateScript {
21 attrPath = "kodi.packages.signals";
26 homepage = "https://github.com/ruuk/script.module.addon.signals";
27 description = "Provides signal/slot mechanism for inter-addon communication";
28 license = licenses.lgpl21Only;
29 maintainers = teams.kodi.members;