SmartGit icon

SmartGit 26.1.045

Git client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "smartgit",
  "version": "26.1.045",
  "src": {
    "url": "https://download.smartgit.dev/smartgit/smartgit-26_1_045-macos-arm64.dmg",
    "sha256": "c281a1b05bc6834c270d38a7239a0ffef4c0fd139b1e15a3c49a4685055e71d1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmartGit.app\" && cp -r \"SmartGit.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/SmartGit.app/Contents/MacOS/SmartGit\" \"$out/bin/SmartGit\""
  ],
  "meta": {
    "description": "Git client",
    "homepage": "https://www.smartgit.dev/"
  }
}