Permute icon

Permute 3.13,2838

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,2838",
  "src": {
    "url": "https://software.charliemonroe.net/trial/permute/v3/Permute_3_2838.dmg",
    "sha256": "e993a17c36779623f15656fdbc2a3db5eb0d0e53029037130f7a7f55caba51bc"
  },
  "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/"
  }
}