Skip to content

Commit

Permalink
font-sudo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jan 27, 2025
1 parent f520b10 commit dc5ca2e
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions Formula/font-sudo.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
class FontSudo < Formula
desc "Sudo font"
homepage "https://github.com/jenskutilek/sudo-font/"
url "https://github.com/jenskutilek/sudo-font/releases/download/v2.1/sudo.zip"
version "2.1"
sha256 "4d7d108cb41dc9a8edf8b6912a192ff56dc810f058f76f499d2a732ea59e7223"
homepage "https://www.kutilek.de/sudo-font/"
url "https://github.com/jenskutilek/sudo-font/releases/download/v2.2/sudo.zip",
verified: "github.com/jenskutilek/sudo-font/"
version "2.2"
sha256 "b9a5d14348f4ea01dfe02a75d2c5181136d3cbf10277ae0f0b4115c40763f47b"

def install
(share/"fonts").install Dir.glob("./**/Sudo-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-BoldItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-ExtraLight.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-ExtraLightItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-Italic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-Light.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-LightItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-SemiBold.ttf")[0]
(share/"fonts").install Dir.glob("./**/Sudo-SemiBoldItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-BoldItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-ExtraLight.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-ExtraLightItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-Italic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-Light.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-LightItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-SemiBold.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUI-SemiBoldItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoUIVariable.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoVariable.ttf")[0]
end
Expand Down

0 comments on commit dc5ca2e

Please sign in to comment.