Keka icon

Keka 1.6.4

File archiver

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "keka_beta",
  "version": "1.6.4",
  "src": {
    "url": "https://github.com/aonez/Keka/releases/download/v1.6.4/Keka-1.6.4.dmg",
    "sha256": "8b6022feb0b0babc56a778703e87eb9bb8c444af534a5010735b013f21490db1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Keka.app\" && cp -r \"Keka.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File archiver",
    "homepage": "https://www.keka.io/#beta"
  }
}