1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, defusedxml, kodi-six }:
5 namespace = "script.keymap";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-AtIufZbOi3MW7aSOAlON8csJheJqAbuBtKIX0sX6zIw=";
13 propagatedBuildInputs = [
19 updateScript = addonUpdateScript {
20 attrPath = "kodi.packages.keymap";
25 homepage = "https://github.com/tamland/xbmc-keymap-editor";
26 description = "GUI for configuring mappings for remotes, keyboard and other inputs supported by Kodi";
27 license = licenses.gpl3Plus;
28 maintainers = teams.kodi.members;