Skip to content

Commit

Permalink
font-bravura (new font)
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Dec 11, 2024
1 parent 96d6573 commit faf3140
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/font-bravura.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class FontBravura < Formula
desc "Bravura font"
homepage "https://github.com/steinbergmedia/bravura"
url "https://github.com/steinbergmedia/bravura/archive/refs/tags/bravura-1.392.tar.gz"
version "1.392"
sha256 "42d18929af4cbdd13784a51c509175d4458010332d238310b4d4cd962e2bc1db"

def install
(share/"fonts").install Dir.glob("./**/redist/otf/Bravura.otf")[0]
(share/"fonts").install Dir.glob("./**/redist/otf/BravuraText.otf")[0]
end

test do
assert_path_exists share/"fonts"
end
end

0 comments on commit faf3140

Please sign in to comment.