SmartGit icon

SmartGit 24.1.1

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.1",
  "src": {
    "url": "https://www.syntevo.com/downloads/smartgit/smartgit-aarch64-24_1_1.dmg",
    "sha256": "b48b3f792f4c66724ab4dca4bbbc0de09b713eb63d69e08ed8825650ef5c58e4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"SmartGit.app\" \"$out/Applications/SmartGit.app\"",
    "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/"
  }
}