19 lines
496 B
Ruby
19 lines
496 B
Ruby
cask "font-genryumin" do
|
|
version "1.501"
|
|
sha256 "e0ddfef92cd319e829fb968a44ce17301e5b35a727824b3c03e3aa9d946e25cd"
|
|
|
|
url "https://github.com/ButTaiwan/genryu-font/releases/download/v#{version}/GenRyuMin.zip"
|
|
name "GenRyuMin"
|
|
homepage "https://github.com/ButTaiwan/genryu-font"
|
|
|
|
font "GenRyuMin-B.ttc"
|
|
font "GenRyuMin-EL.ttc"
|
|
font "GenRyuMin-H.ttc"
|
|
font "GenRyuMin-L.ttc"
|
|
font "GenRyuMin-M.ttc"
|
|
font "GenRyuMin-R.ttc"
|
|
font "GenRyuMin-SB.ttc"
|
|
|
|
# No zap stanza required
|
|
end
|