Permute icon

Permute 3.14.4,2888

Converts and edits video, audio or image files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "permute",
  "version": "3.14.4,2888",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2888.dmg",
    "sha256": "aa7f80013fdfc575dbf16892af3374cc0c06d6ef1defdc9a11158f7bc78f16d2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Permute 3.app\" && cp -r \"Permute 3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Converts and edits video, audio or image files",
    "homepage": "https://software.charliemonroe.net/permute/"
  }
}