Skip to content

Commit

Permalink
font-lilex updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Sep 27, 2024
1 parent b35d4d7 commit 99e8938
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/font-lilex.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
class FontLilex < Formula
desc "Lilex font"
homepage "https://github.com/mishamyrt/Lilex"
url "https://github.com/mishamyrt/Lilex/releases/download/2.530/Lilex.zip"
version "2.530"
sha256 "b019fc0da5e3ece5c735aa040218d3b8c9945546d2d333598b587b1237a66c4a"
url "https://github.com/mishamyrt/Lilex/releases/download/2.600/Lilex.zip"
version "2.600"
sha256 "1bcce6df9692897ae71a061e3d2c0b301cf04a777d99f0a29c76521b5a811f4c"

def install
(share/"fonts").install Dir.glob("./**/Lilex-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-BoldItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-ExtraLight.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-ExtraLightItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Italic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Italic?wght?.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-MediumItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-ThinItalic.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex?wght?.ttf")[0]
end

Expand Down

0 comments on commit 99e8938

Please sign in to comment.