XIV on Mac icon

XIV on Mac 5.2

Wine wrapper, setup tool and launcher for FFXIV

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    xiv-on-mac # XIV on Mac
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    xiv-on-mac # XIV on Mac
  ];
}

Package Definition

{
  "pname": "xiv-on-mac",
  "version": "5.2",
  "src": {
    "url": "https://softwareupdate.xivmac.com/sites/default/files/update_data/XIV%20on%20Mac5.2.tar.xz",
    "sha256": "fcaa8668f94af6c858e8882082efb4ff7bffe0afdef1d0a5b739db53a901437b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/XIV on Mac.app\" && cp -r \"XIV on Mac.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Wine wrapper, setup tool and launcher for FFXIV",
    "homepage": "https://www.xivmac.com/"
  }
}