Skip to content

Commit

Permalink
font-rounded-mplus updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 10, 2024
1 parent 7fcee69 commit e29e47a
Showing 1 changed file with 49 additions and 13 deletions.
62 changes: 49 additions & 13 deletions Formula/font-rounded-mplus.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,55 @@
class FontRoundedMplus < Formula
desc "Rounded mplus font"
homepage "http://jikasei.me/font/rounded-mpl"
head "https://github.com/google/fonts.git",
verified: "github.com/google/fonts",
branch: "main",
only_path: "ofl/roundedmplus1c"
desc "Rounded m+ font"
homepage "http://jikasei.me/font/rounded-mplus/"
url "https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8569/rounded-mplus-20150529.7z",
verified: "ftp.iij.ad.jp/pub/osdn.jp/users/8/8569/"
version "20150529"
sha256 "e746736c8ded99fe9a9dd72a241ec59435eaa282a18e7ac33a26dc0578c06ff7"

def install
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Black.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Bold.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-ExtraBold.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Light.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Medium.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Regular.ttf")[0]
(share/"fonts").install Dir.glob("ofl/roundedmplus1c/./**/RoundedMplus1c-Thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-black.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-heavy.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1c-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1m-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1m-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1m-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1m-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1m-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1mn-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1mn-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1mn-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1mn-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1mn-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-black.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-heavy.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-1p-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-black.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-heavy.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2c-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2m-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2m-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2m-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2m-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2m-thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-black.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-heavy.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-light.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/rounded-mplus-2p-thin.ttf")[0]
end

test do
Expand Down

0 comments on commit e29e47a

Please sign in to comment.