phinze/homebrew-cask

View on GitHub
Casks/font/font-i/font-inconsolata-for-powerline.rb

Summary

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

  url "https://github.com/powerline/fonts/raw/master/Inconsolata/Inconsolata%20for%20Powerline.otf"
  name "Inconsolata for Powerline"
  homepage "https://github.com/powerline/fonts/tree/master/Inconsolata"

  font "Inconsolata for Powerline.otf"

  # No zap stanza required
end