WanNianLi icon

WanNianLi 2019-12-06

Chinese lunar calendar on the menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "wannianli",
  "version": "2019-12-06",
  "src": {
    "url": "https://github.com/zfdang/chinese-lunar-calendar-for-mac/releases/download/2019-12-06/WanNianLi.app-v20191206.zip",
    "sha256": "702298f34ca2576a02388a4103fc0e09a4aae753df21ca2e012f6f87497db6e9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WanNianLi.app\" && cp -r \"WanNianLi.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Chinese lunar calendar on the menu bar",
    "homepage": "https://github.com/zfdang/chinese-lunar-calendar-for-mac/"
  }
}