Permute icon

Permute 3.13.2,2842

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.13.2,2842",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2842.dmg",
    "sha256": "dd9674608bda4d26a380137187e85b6503c7048f9c466b4816e98fb03bb09918"
  },
  "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/"
  }
}