Skip to content

Commit

Permalink
font-genyogothic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jul 26, 2024
1 parent eb7ffce commit 6d7431c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/font-genyogothic.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class FontGenyogothic < Formula
desc "Genyogothic font"
homepage "https://github.com/ButTaiwan/genyog-font"
url "https://github.com/ButTaiwan/genyog-font/releases/download/v1.501/GenYoGothic.zip"
version "1.501"
sha256 "d90705ecb3ab25a9b98972fcb244323b6a0c76c4320bb7e0ab1b82815f727086"
url "https://github.com/ButTaiwan/genyog-font/releases/download/v2.000/GenYoGothic2-ttc.zip"
version "2.000"
sha256 "e570102fd1c9abb67897b215e6b7f2a0666610f9bb1e2af5fbb3a2db8f67fa93"

def install
(share/"fonts").install Dir.glob("./**/GenYoGothic-B.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-EL.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-H.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-L.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-M.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-N.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic-R.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-B.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-EL.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-H.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-L.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-M.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-N.ttc")[0]
(share/"fonts").install Dir.glob("./**/GenYoGothic2-R.ttc")[0]
end

test do
Expand Down

0 comments on commit 6d7431c

Please sign in to comment.