Permute icon

Permute 3.13.4,2848

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.4,2848",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2848.dmg",
    "sha256": "49cd717681a83eae9f4d7c6d9d1e92937facd56e11321f7fb9b6f42f1149f03a"
  },
  "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/"
  }
}