excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-m / font-monoid.rb
blob8c829a05d895ede9d675964ca54bff53418f3ff6
1 cask "font-monoid" do
2   version "0.61"
3   sha256 :no_check
5   url "https://github.com/larsenwork/monoid/blob/release/Monoid.zip?raw=true",
6       verified: "github.com/larsenwork/monoid/"
7   name "Monoid"
8   homepage "https://larsenwork.com/monoid/"
10   livecheck do
11     url :url
12   end
14   font "Monoid-Bold.ttf"
15   font "Monoid-Italic.ttf"
16   font "Monoid-Regular.ttf"
17   font "Monoid-Retina.ttf"
19   caveats <<~EOS
20     #{token} only installs the Normal Weight, Medium LineHeight, with Ligatures variant.
21     To get other styles, please tap the sscotth/homebrew-monoid repo
22       brew tap sscotth/monoid
23   EOS
25   # No zap stanza required
26 end