phinze/homebrew-cask

View on GitHub
Casks/font/font-m/font-miao-unicode.rb

Summary

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

  url "https://github.com/phjamr/MiaoUnicode/blob/master/MiaoUnicode-Regular.ttf?raw=true",
      verified: "github.com/phjamr/MiaoUnicode/"
  name "MiaoUnicode"
  homepage "https://phjamr.github.io/miao.html"

  font "MiaoUnicode-Regular.ttf"

  # No zap stanza required
end