SmoothCSV icon

SmoothCSV 3.21.0

CSV editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "smoothcsv",
  "version": "3.21.0",
  "src": {
    "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.21.0/SmoothCSV_3.21.0_universal.dmg",
    "sha256": "2b043fa54af53b34735ba320054979e670dd99b63237ca0583c062381bf16bbb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmoothCSV.app\" && cp -r \"SmoothCSV.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/SmoothCSV.app/Contents/MacOS/smoothcsv-cli\" \"$out/bin/smoothcsv\""
  ],
  "meta": {
    "description": "CSV editor",
    "homepage": "https://smoothcsv.com/"
  }
}