macSVG icon

macSVG 1.2.0

App for designing HTML5 Scalable Vector Graphics

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "macsvg",
  "version": "1.2.0",
  "src": {
    "url": "https://github.com/dsward2/macSVG/releases/download/v1.2.0/macSVG-v1.2.zip",
    "sha256": "c25105533150f5f9d28e6b08ac20f346f49999f70af55fa0a3aa4d6093aa37ec"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/macSVG_v1_2/macSVG.app\" && cp -r \"macSVG_v1_2/macSVG.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App for designing HTML5 Scalable Vector Graphics",
    "homepage": "https://macsvg.org/"
  }
}