File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class FontPlangothic < Formula
2
2
desc "Plangothic font"
3
3
homepage "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project"
4
- url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1 .9.5769 .tar.gz"
5
- version "1 .9.5769 "
6
- sha256 "d58680d8a71ab80ec47bb6ce6d896cd528d01a7ee782298d312e2c4883d54a7e "
4
+ url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V2 .9.5771 .tar.gz"
5
+ version "2 .9.5771 "
6
+ sha256 "7cec6a938a3fbd3ef58c9e6f06d32282277d86e17c3634de72f0adf427ad41ca "
7
7
8
8
def install
9
+ ( share /"fonts" ) . install Dir . glob ( "./**/Plangothic.ttc" ) [ 0 ]
9
10
( share /"fonts" ) . install Dir . glob ( "./**/PlangothicP1-Regular (allideo).otf" ) [ 0 ]
10
11
( share /"fonts" ) . install Dir . glob ( "./**/PlangothicP1-Regular (fallback).otf" ) [ 0 ]
11
- ( share /"fonts" ) . install Dir . glob ( "./**/PlangothicP2-Regular.otf" ) [ 0 ]
12
12
end
13
13
14
14
test do
You can’t perform that action at this time.
0 commit comments