From 86866756e44c8a67e0462bc480e40ef0c7181959 Mon Sep 17 00:00:00 2001 From: purrpurrn Date: Sat, 4 May 2024 18:05:13 +0200 Subject: mpvScripts.evafast: init at 0-unstable-2024-02-09 --- pkgs/applications/video/mpv/scripts/evafast.nix | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pkgs/applications/video/mpv/scripts/evafast.nix (limited to 'pkgs/applications/video/mpv/scripts/evafast.nix') diff --git a/pkgs/applications/video/mpv/scripts/evafast.nix b/pkgs/applications/video/mpv/scripts/evafast.nix new file mode 100644 index 0000000000000..7e1033469a16c --- /dev/null +++ b/pkgs/applications/video/mpv/scripts/evafast.nix @@ -0,0 +1,27 @@ +{ + fetchFromGitHub, + buildLua, + lib, + unstableGitUpdater, +}: + +buildLua { + pname = "evafast"; + version = "0-unstable-2024-02-09"; + + src = fetchFromGitHub { + owner = "po5"; + repo = "evafast"; + rev = "92af3e2e1c756ce83f9d0129c780caeef1131a0b"; + hash = "sha256-BGWD2XwVu8zOSiDJ+9oWi8aPN2Wkw0Y0gF58X4f+tdI="; + }; + + passthru.updateScript = unstableGitUpdater { }; + + meta = with lib; { + description = "Seeking and Hybrid fastforwarding like VHS"; + homepage = "https://github.com/po5/evafast"; + license = licenses.unfree; # no explicit licensing information available + maintainers = with lib.maintainers; [ purrpurrn ]; + }; +} -- cgit 1.4.1