Skip to content

Commit

Permalink
font-sf-mono-for-powerline updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jan 6, 2025
1 parent b57e8d7 commit 4b217d2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Formula/font-sf-mono-for-powerline.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
class FontSfMonoForPowerline < Formula
desc "Sf mono for powerline font"
homepage "https://github.com/Twixes/SF-Mono-Powerline"
head "https://github.com/Twixes/SF-Mono-Powerline/archive/refs/heads/master.tar.gz"
url "https://github.com/Twixes/SF-Mono-Powerline/archive/refs/tags/v16.0d1e1.tar.gz"
version "16.0d1e1"
sha256 "33e62fca8e7f901b478e29942e7eee281455e2f16d22cc32ec8572f4fafe5e4b"

def install
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Bold-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Bold.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-BoldItalic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Heavy-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Heavy.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-HeavyItalic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Light-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Light.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-LightItalic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Medium-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Medium.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-MediumItalic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Regular-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Regular.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-RegularItalic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Semibold-Italic.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-Semibold.otf")[0]
(share/"fonts").install Dir.glob("./**/SF-Mono-Powerline-SemiboldItalic.otf")[0]
end

test do
Expand Down

0 comments on commit 4b217d2

Please sign in to comment.