SmartGit icon

SmartGit 24.1.5

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": "24.1.5",
  "src": {
    "url": "https://www.syntevo.com/downloads/smartgit/smartgit-aarch64-24_1_5.dmg",
    "sha256": "036c1df4939b53ffe8a3f8558bfe9f7484159d018959c3b3fa1592e695a27635"
  },
  "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.syntevo.com/smartgit/"
  }
}