Permute icon

Permute 3.11.16,2781

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.11.16,2781",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2781.dmg",
    "sha256": "6616231c302601e50158ae509ac38d01f4f42b6d4d6150af69100af5571e8834"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Permute 3.app\" \"$out/Applications/Permute 3.app\""
  ],
  "meta": {
    "description": "Converts and edits video, audio or image files",
    "homepage": "https://software.charliemonroe.net/permute/"
  }
}