FontCreator icon

FontCreator 15.0.0.3039

Font editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fontcreator",
  "version": "15.0.0.3039",
  "src": {
    "url": "https://www.high-logic.com/previousrelease/FontCreator15.0.0.3039.dmg",
    "sha256": "2dc7d073e09f91eef77e8ca9c1a5f9fd9afde33a49583b2a40958f4c1518f827"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FontCreator.app\" && cp -r \"FontCreator.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Font editor",
    "homepage": "https://www.high-logic.com/font-editor/fontcreator"
  }
}