Keka icon

Keka 1.6.5

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.5",
  "src": {
    "url": "https://github.com/aonez/Keka/releases/download/v1.6.5/Keka-1.6.5.dmg",
    "sha256": "3271d69ad805aa9a616118360edf33d5dc3c6322232fff9289e83da0bd23c5dd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Keka.app\" && cp -r \"Keka.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File archiver",
    "homepage": "https://www.keka.io/#beta"
  }
}