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