1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "plugin.audio.somafm";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/plugin.audio.somafm/plugin.audio.somafm-${version}.zip";
10 sha256 = "sha256-auPLm7QFabU4tXJPjTl17KpE+lqWM2Edbd2HrXPRx40=";
14 pythonPath = "resources/lib";
15 updateScript = addonUpdateScript {
16 attrPath = "kodi.packages.somafm";
21 homepage = "https://github.com/Soma-FM-Kodi-Add-On/plugin.audio.somafm";
22 description = "SomaFM addon for Kodi";
23 license = licenses.gpl3Plus;
24 maintainers = teams.kodi.members;