Beutl icon

Beutl 1.0.4

Video editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    beutl # Beutl
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    beutl # Beutl
  ];
}

Package Definition

{
  "pname": "beutl",
  "version": "1.0.4",
  "src": {
    "url": "https://github.com/b-editor/beutl/releases/download/v1.0.4/Beutl.osx_arm64.app.zip",
    "sha256": "036f22f3b514cb87181ff9ba6697ffbeb339abbf4e11c9bed94f7fc4dfa55270"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Beutl.app\" && cp -r \"Beutl.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Video editor",
    "homepage": "https://beutl.beditor.net/"
  }
}