GitFiend icon

GitFiend 0.45.3

Git client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitfiend",
  "version": "0.45.3",
  "src": {
    "url": "https://github.com/GitFiend/Support/releases/download/v0.45.3/GitFiend-0.45.3-arm64.dmg",
    "sha256": "f23c033b28516c6160566439d3217bb8d350dcf2441e29ac629219c6b42a54c5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GitFiend.app\" && cp -r \"GitFiend.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/gitfiend.wrapper.sh\" \"$out/bin/gitfiend\""
  ],
  "meta": {
    "description": "Git client",
    "homepage": "https://gitfiend.com/"
  }
}