Skip to content

Commit

Permalink
font-scheherazade updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Sep 7, 2024
1 parent 46daeeb commit 74bc3a2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Formula/font-scheherazade.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
class FontScheherazade < Formula
desc "Scheherazade font"
homepage "https://scripts.sil.org/Scheherazade"
url "https://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Scheherazade-2.020.zip&filename=Scheherazade-2.020.zip"
version "2.020"
sha256 "d8bb12997507937347efba4e59550a9655350563d1df662f0651e04ba916aff1"
desc "Scheherazade font"
homepage "https://software.sil.org/scheherazade/"
url "https://software.sil.org/downloads/r/scheherazade/Scheherazade-2.100.zip"
version "2.100"
sha256 "251c8817ceb87d9b661ce1d5b49e732a0116add10abc046be4b8ba5196e149b5"

def install
(share/"fonts").install Dir.glob("./**/Scheherazade-R.ttf")[0]
(share/"fonts").install Dir.glob("./**/Scheherazade-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/Scheherazade-Regular.ttf")[0]
end

test do
Expand Down

0 comments on commit 74bc3a2

Please sign in to comment.