Merge pull request #200894 from Homebrew/update-apidog
[Homebrew/homebrew-cask.git] / Casks / font / font-p / font-pixel-code.rb
blob059e7e4546e1d42fa67a890350481cca7b53aca2
1 cask "font-pixel-code" do
2   version "2.2"
3   sha256 "528128a720941a84cb006b1c21f7695f7d8035a09e5cb1226c387d4c141c4b32"
5   url "https://github.com/qwerasd205/PixelCode/releases/download/v#{version}/otf.zip",
6       verified: "github.com/qwerasd205/PixelCode/"
7   name "Pixel Code"
8   homepage "https://qwerasd205.github.io/PixelCode/"
10   font "otf/PixelCode.otf"
11   font "otf/PixelCode-Black-Italic.otf"
12   font "otf/PixelCode-Black.otf"
13   font "otf/PixelCode-Bold-Italic.otf"
14   font "otf/PixelCode-Bold.otf"
15   font "otf/PixelCode-DemiBold-Italic.otf"
16   font "otf/PixelCode-DemiBold.otf"
17   font "otf/PixelCode-ExtraBlack-Italic.otf"
18   font "otf/PixelCode-ExtraBlack.otf"
19   font "otf/PixelCode-ExtraBold-Italic.otf"
20   font "otf/PixelCode-ExtraBold.otf"
21   font "otf/PixelCode-ExtraLight-Italic.otf"
22   font "otf/PixelCode-ExtraLight.otf"
23   font "otf/PixelCode-Italic.otf"
24   font "otf/PixelCode-Light-Italic.otf"
25   font "otf/PixelCode-Light.otf"
26   font "otf/PixelCode-Medium-Italic.otf"
27   font "otf/PixelCode-Medium.otf"
28   font "otf/PixelCode-Thin-Italic.otf"
29   font "otf/PixelCode-Thin.otf"
31   # No zap stanza required
32 end