BathyScaphe icon

BathyScaphe 3.2.1,1101

2-channel browser

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bathyscaphe",
  "version": "3.2.1,1101",
  "src": {
    "url": "https://bitbucket.org/bathyscaphe/public/downloads/BathyScaphe-321-v1101.zip",
    "sha256": "d184edaabe6d8132063dad948665076277de8bb582529724d3c2d053c9af7f98"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BathyScaphe.app\" && cp -r \"BathyScaphe.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "2-channel browser",
    "homepage": "https://bathyscaphe.bitbucket.io/"
  }
}