XIV on Mac icon

XIV on Mac 5.1

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.1",
  "src": {
    "url": "https://softwareupdate.xivmac.com/sites/default/files/update_data/XIV%20on%20Mac5.1.tar.xz",
    "sha256": "85c95dd0657012bb42519a2b9516742676ec13cdad57413320afea9096e25a09"
  },
  "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/"
  }
}