Permute icon

Permute 3.14.5,2891

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.5,2891",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2891.dmg",
    "sha256": "c2b1ccbd6edcdd2380d2def3b50d226c159a1ac6249704a7fd60aa392798ac2d"
  },
  "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/"
  }
}