HOP icon

HOP 0.4.4

View and edit HWP documents

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "hop",
  "version": "0.4.4",
  "src": {
    "url": "https://github.com/golbin/hop/releases/download/v0.4.4/HOP-macos-arm64.dmg",
    "sha256": "a2a7b86c6aa0194a7f071562847c758c0f758b24cf82fc94bc252c9747bd6883"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/HOP.app\" && cp -r \"HOP.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "View and edit HWP documents",
    "homepage": "https://golbin.github.io/hop/"
  }
}