The Unofficial Homestuck Collection icon

The Unofficial Homestuck Collection 2.7.2

Offline viewer for the webcomic Homestuck

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    the-unofficial-homestuck-collection # The Unofficial Homestuck Collection
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    the-unofficial-homestuck-collection # The Unofficial Homestuck Collection
  ];
}

Package Definition

{
  "pname": "the-unofficial-homestuck-collection",
  "version": "2.7.2",
  "src": {
    "url": "https://github.com/Bambosh/unofficial-homestuck-collection/releases/download/v2.7.2/The-Unofficial-Homestuck-Collection-2.7.2.dmg",
    "sha256": "a71d5a14e631c3721a96302679e0531fbc367b7712886e28fc2547fa988f44c2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/The Unofficial Homestuck Collection.app\" && cp -r \"The Unofficial Homestuck Collection.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Offline viewer for the webcomic Homestuck",
    "homepage": "https://bambosh.github.io/unofficial-homestuck-collection/"
  }
}