SmartGit icon

SmartGit 26.1.036

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.036",
  "src": {
    "url": "https://download.smartgit.dev/smartgit/smartgit-26_1_036-macos-arm64.dmg",
    "sha256": "af685c049558a6e1bff905db78691cbe376c5beffe64434250d457fac59ec365"
  },
  "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/"
  }
}