kodi-skyvideoitalia: init at 1.0.4
This commit is contained in:
parent
124ae37067
commit
8424f1fc98
@ -0,0 +1,31 @@
|
||||
{ lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, requests, inputstreamhelper, simplecache }:
|
||||
|
||||
buildKodiAddon rec {
|
||||
pname = "skyvideoitalia";
|
||||
namespace = "plugin.video.skyvideoitalia";
|
||||
version = "1.0.4";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
|
||||
sha256 = "sha256-ciLtqT++6bn7la4xRVvlRwzbbUUUPN5WU35rJpR4l+w=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
inputstreamhelper
|
||||
simplecache
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = addonUpdateScript {
|
||||
attrPath = "kodi.packages.skyvideoitalia";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.github.com/nixxo/plugin.video.skyvideoitalia";
|
||||
description = "Show video content from the website of Sky Italia (video.sky.it). News, sport, entertainment and much more";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = teams.kodi.members;
|
||||
};
|
||||
}
|
@ -101,6 +101,8 @@ let
|
||||
|
||||
raiplay = callPackage ../applications/video/kodi/addons/raiplay { };
|
||||
|
||||
skyvideoitalia = callPackage ../applications/video/kodi/addons/skyvideoitalia { };
|
||||
|
||||
svtplay = callPackage ../applications/video/kodi/addons/svtplay { };
|
||||
|
||||
steam-controller = callPackage ../applications/video/kodi/addons/steam-controller { };
|
||||
|
Loading…
Reference in New Issue
Block a user