SmartGit icon

SmartGit 25.1.102

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": "25.1.102",
  "src": {
    "url": "https://download.smartgit.dev/smartgit/smartgit-25_1_102-macos-arm64.dmg",
    "sha256": "f18606c22db52bae19f93ec3ae9413cb89804de910a620066651c01b400b5402"
  },
  "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/"
  }
}