Skip to content

Commit

Permalink
font-verdana updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jan 22, 2025
1 parent ada249c commit dd888ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/font-verdana.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ class FontVerdana < Formula
desc "Verdana font"
homepage "https://sourceforge.net/projects/corefonts/files/the%20fonts/final/"
head "https://downloads.sourceforge.net/corefonts/verdan32.exe"
depends_on "cabextract" => :build

def install
system "cabextract", "verdan32.exe"
(share/"fonts").install Dir.glob("./**/Verdana.TTF")[0]
(share/"fonts").install Dir.glob("./**/Verdanab.TTF")[0]
(share/"fonts").install Dir.glob("./**/Verdanai.TTF")[0]
Expand Down

0 comments on commit dd888ad

Please sign in to comment.