SmoothCSV icon

SmoothCSV 3.15.1

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.15.1",
  "src": {
    "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.15.1/SmoothCSV_3.15.1_universal.dmg",
    "sha256": "5d0aa20434233cd2d76a52c574265be9ac8e17f9aabde28a7ce662b9ef54918d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmoothCSV.app\" && cp -r \"SmoothCSV.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "CSV editor",
    "homepage": "https://smoothcsv.com/"
  }
}