HOP icon

HOP 0.4.0

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.0",
  "src": {
    "url": "https://github.com/golbin/hop/releases/download/v0.4.0/HOP-macos-arm64.dmg",
    "sha256": "c1fd779a7e3c47bc5fa6a2344eb6d8134fd201a435e484f86be6f8ebc8963574"
  },
  "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/"
  }
}