Bcut icon

Bcut 3.11.5,211312601,d8c9d66cc24b7b964ecabbc6afec8cdc

Professional video editing software by Bilibili

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bcut",
  "version": "3.11.5,211312601,d8c9d66cc24b7b964ecabbc6afec8cdc",
  "src": {
    "url": "https://boss.hdslb.com/bcut_pc_pkg/static/d8c9d66cc24b7b964ecabbc6afec8cdc/BCUT-3.11.5-211312601-arm.dmg",
    "sha256": "157c650773af209da459800e386116981728148f653c6a91898d89d2846a09e7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BCUT.app\" && cp -r \"BCUT.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Professional video editing software by Bilibili",
    "homepage": "https://bcut.bilibili.cn/"
  }
}