phinze/homebrew-cask

View on GitHub
Casks/font/font-i/font-ibm-plex-sans-thai-looped.rb

Summary

Maintainability
A
40 mins
Test Coverage
cask "font-ibm-plex-sans-thai-looped" do
  version "1.0.0"
  sha256 "734b854b745c715123713b283a077d587800c1de0e2d6c84e524862d58a649e6"

  url "https://github.com/IBM/plex/releases/download/%40ibm%2Fplex-sans-thai-looped%40#{version}/ibm-plex-sans-thai-looped.zip"
  name "IBM Plex Sans Thai Looped"
  homepage "https://github.com/IBM/plex"

  livecheck do
    url :url
    regex(%r{^@ibm/plex-sans-thai-looped@?(\d+(?:\.\d+)+)$}i)
  end

  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Bold.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-ExtraLight.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Light.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Medium.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Regular.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-SemiBold.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Text.otf"
  font "ibm-plex-sans-thai-looped/fonts/complete/otf/IBMPlexSansThaiLooped-Thin.otf"

  # No zap stanza required
end