phinze/homebrew-cask

View on GitHub
Casks/font/font-a/font-anonymice-powerline.rb

Summary

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

  url "https://github.com/powerline/fonts.git",
      branch:    "master",
      only_path: "AnonymousPro"
  name "Anonymice Powerline"
  homepage "https://github.com/powerline/fonts/tree/master/AnonymousPro"

  font "Anonymice Powerline Bold Italic.ttf"
  font "Anonymice Powerline Bold.ttf"
  font "Anonymice Powerline Italic.ttf"
  font "Anonymice Powerline.ttf"

  # No zap stanza required
end