16 lines
352 B
Ruby
16 lines
352 B
Ruby
cask "font-sf-arabic" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://devimages-cdn.apple.com/design/resources/download/SF-Arabic.dmg"
|
|
name "San Francisco Arabic"
|
|
name "SF Arabic"
|
|
homepage "https://developer.apple.com/fonts"
|
|
|
|
pkg "SF Arabic Fonts.pkg"
|
|
|
|
uninstall pkgutil: "com.apple.pkg.SFArabicFonts"
|
|
|
|
# No zap stanza required
|
|
end
|