14 lines
358 B
Ruby
14 lines
358 B
Ruby
cask "font-noto-sans-lisu" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansLisu-unhinted.zip",
|
|
verified: "noto-website-2.storage.googleapis.com/"
|
|
name "Noto Sans Lisu"
|
|
homepage "https://www.google.com/get/noto/#sans-lisu"
|
|
|
|
font "NotoSansLisu-Regular.ttf"
|
|
|
|
# No zap stanza required
|
|
end
|