FontCreator icon

FontCreator 16.0.0.3069

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": "16.0.0.3069",
  "src": {
    "url": "https://www.high-logic.com/previousrelease/FontCreator16.0.0.3069.dmg",
    "sha256": "5caf173f93f50683b48be27127424635e1a1a3471eefd18a781963fc6ffb5e4e"
  },
  "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"
  }
}