Permute icon

Permute 3.11.13,2768

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.13,2768",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2768.dmg",
    "sha256": "a90a372053ec7717ce22154e07b803b24fc8edc19615260b6f3af437bb39c373"
  },
  "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/"
  }
}