TinyPNG4Mac icon

TinyPNG4Mac 2.2.1,20201

TinyPNG client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tinypng4mac # TinyPNG4Mac
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tinypng4mac # TinyPNG4Mac
  ];
}

Package Definition

{
  "pname": "tinypng4mac",
  "version": "2.2.1,20201",
  "src": {
    "url": "https://github.com/kyleduo/TinyPNG4Mac/releases/download/v2.2.1/Tiny-Image-Installer-20201.dmg",
    "sha256": "d1ce60d76bf178221f0ab81051886b8adcb0856e654a2335a514b8b68a0c5b9c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tiny Image.app\" && cp -r \"Tiny Image.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "TinyPNG client",
    "homepage": "https://github.com/kyleduo/TinyPNG4Mac"
  }
}