Skip to content

Commit

Permalink
font-jaapokki updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Aug 2, 2024
1 parent 065391b commit bee0a76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/font-jaapokki.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class FontJaapokki < Formula
desc "Jaapokki font"
homepage "https://mikkonuuttila.com/jaapokki/"
url "https://mikkonuuttila.com/jaapokki/Jaapokki-font-package-1.0.zip"
version "1.0"
sha256 "aa5f38cbb682df8732d406996e37349b83e47d3c14bae4af2125f2a7784430b7"
homepage "https://type.mikkonuuttila.com/jaapokki/"
url "https://type.mikkonuuttila.com/fonts/jaapokki.zip"
version "1.001"
sha256 :no_check

def install
(share/"fonts").install Dir.glob("./**/Regular/Jaapokki-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/enchance/Jaapokkienchance-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/subtract/Jaapokkisubtract-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/Jaapokki-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/Jaapokkienchance-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/Jaapokkisubtract-Regular.otf")[0]
end

test do
Expand Down

0 comments on commit bee0a76

Please sign in to comment.