Skip to content

Commit

Permalink
font-miracode (new font)
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Sep 19, 2024
1 parent 22f8e54 commit dcbda9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/font-miracode.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class FontMiracode < Formula
desc "Miracode font"
homepage "https://github.com/IdreesInc/Miracode"
url "https://github.com/IdreesInc/Miracode/releases/download/v1.0/Miracode.ttf"
version "1.0"
sha256 "43efc3fd33e5a8eb7befda984bf745eda844777326e1ae06fb074707e1aeb66a"

def install
(share/"fonts").install Dir.glob("./**/Miracode.ttf")[0]
end

test do
assert_path_exists share/"fonts"
end
end

0 comments on commit dcbda9d

Please sign in to comment.