Skip to content

Commit

Permalink
font-mynaui-icons (new font)
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 17, 2024
1 parent a4208ce commit 9f0ee1f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/font-mynaui-icons.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class FontMynauiIcons < Formula
desc "Mynaui icons font"
homepage "https://mynaui.com/icons"
url "https://github.com/praveenjuge/mynaui-icons/archive/refs/tags/v0.3.1.tar.gz",
verified: "github.com/praveenjuge/mynaui-icons/"
version "0.3.1"
sha256 "d041b409035092bbbf69e86c1f61b4bc3049d11856365ce747edd67838675415"

def install
(share/"fonts").install Dir.glob("./**/packages/icons/mynaui-solid.ttf")[0]
(share/"fonts").install Dir.glob("./**/packages/icons/mynaui.ttf")[0]
end

test do
assert_path_exists share/"fonts"
end
end

0 comments on commit 9f0ee1f

Please sign in to comment.