Blood on the Clocktower Online icon

Blood on the Clocktower Online 3.41.7

Client for the game Blood on the Clocktower

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    blood-on-the-clocktower-online # Blood on the Clocktower Online
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    blood-on-the-clocktower-online # Blood on the Clocktower Online
  ];
}

Package Definition

{
  "pname": "blood-on-the-clocktower-online",
  "version": "3.41.7",
  "src": {
    "url": "https://github.com/ThePandemoniumInstitute/botc-release/releases/download/v3.41.7/Blood.on.the.Clocktower.Online_3.41.7_aarch64.dmg",
    "sha256": "0b2b9f9f11e75aecdca5b4430fcecd7634f7c1ad0541dc99f2dcd40701e4b869"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Blood on the Clocktower Online.app\" && cp -r \"Blood on the Clocktower Online.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the game Blood on the Clocktower",
    "homepage": "https://bloodontheclocktower.com/"
  }
}