phinze/homebrew-cask

View on GitHub
Casks/font/font-f/font-fira-mono-for-powerline.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "font-fira-mono-for-powerline" do
  version :latest
  sha256 :no_check

  url "https://github.com/powerline/fonts.git",
      branch:    "master",
      only_path: "FiraMono"
  name "Fira Mono for Powerline"
  homepage "https://github.com/powerline/fonts/tree/master/FiraMono"

  font "FuraMono-Bold Powerline.otf"
  font "FuraMono-Medium Powerline.otf"
  font "FuraMono-Regular Powerline.otf"

  # No zap stanza required
end