12 stdenv.mkDerivation (finalAttrs: {
13 pname = "texturepacker";
17 url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
18 hash = "sha256-v+azjIIscmp72WB3gki0CKb+z+FYsuJxIx9jvdfs+qM=";
34 mkdir -p $out/bin $out/lib
35 cp usr/lib/texturepacker/{libGrantlee_Templates.so.5,libHQX.so.1.0.0,libPVRTexLib.so} $out/lib
36 cp usr/lib/texturepacker/TexturePacker $out/bin
41 changelog = "https://www.codeandweb.com/texturepacker/download";
42 description = "Sprite sheet creator and game graphics optimizer";
43 homepage = "https://www.codeandweb.com/texturepacker";
44 license = lib.licenses.unfree;
45 mainProgram = "TexturePacker";
46 maintainers = with lib.maintainers; [ tomasajt ];
47 platforms = [ "x86_64-linux" ];