PodcastMenu icon

PodcastMenu 1.3

Tool to display Overcast on the menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "podcastmenu",
  "version": "1.3",
  "src": {
    "url": "https://github.com/insidegui/PodcastMenu/raw/master/Releases/PodcastMenu_v1.3.zip",
    "sha256": "bff1a2b2b5f6c6eac37f567fdf917b696b1ef0b203f61725e44274461f957e31"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PodcastMenu.app\" && cp -r \"PodcastMenu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to display Overcast on the menu bar",
    "homepage": "https://github.com/insidegui/PodcastMenu"
  }
}