15 lines
374 B
Ruby
15 lines
374 B
Ruby
cask "font-inconsolata-g-for-powerline" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/powerline/fonts.git",
|
|
branch: "master",
|
|
only_path: "Inconsolata-g"
|
|
name "Inconsolata-g for Powerline"
|
|
homepage "https://github.com/powerline/fonts/tree/master/Inconsolata-g"
|
|
|
|
font "Inconsolata-g for Powerline.otf"
|
|
|
|
# No zap stanza required
|
|
end
|