1 { lib, fetchFromGitHub, python3Packages, ffmpeg, zlib, libjpeg }:
3 python3Packages.buildPythonApplication {
7 src = fetchFromGitHub {
10 rev = "31f8aa2d617d6d6e941154f60e287c38dd9a74d5";
11 sha256 = "Bl5o492BUAn1KsscnlMIXCzJuy7xWUsdnxIKZKaRM3M=";
14 checkInputs = [ python3Packages.coverage ];
15 buildInputs = [ zlib libjpeg ];
16 propagatedBuildInputs = with python3Packages; [ ffmpeg pillow requests x256 ];
19 description = "Render gifs as ASCII art in your cli";
20 longDescription = "Takes in a GIF, short video, or a query to the Tenor GIF API and converts it to animated ASCII art.";
21 homepage = "https://github.com/google/gif-for-cli";
22 license = licenses.asl20;
23 maintainers = with maintainers; [ Scriptkiddi ];