Add tyler handwriting font as submodule
This commit is contained in:
parent
49fca2b3b9
commit
36e7d43ac5
4 changed files with 27 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "/Users/fishy/git/homebrew-fonts/fonts/font-tyler-handwriting"]
|
||||
path = /Users/fishy/git/homebrew-fonts/fonts/font-tyler-handwriting
|
||||
url = http://clancy.genet-godzilla.ts.net:3002/fishy/font-tyler-handwriting.git
|
||||
16
Formula/font-tyler handwriting.rb
Normal file
16
Formula/font-tyler handwriting.rb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
class Tyler handwriting < Formula
|
||||
desc "A custom font"
|
||||
homepage "http://clancy.genet-godzilla.ts.net:3002/fishy/font-tyler handwriting"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/fishy/font-tyler handwriting/raw/branch/master/tyler handwriting.zip"
|
||||
sha256 "b0bf2ac68eaf7ad7e0623b12d0c3661336af1ef3b20157aeb9312322cef9cac1"
|
||||
version "1.0.0"
|
||||
|
||||
def install
|
||||
(share/"fonts").install "tyler-handwriting.otf"
|
||||
end
|
||||
|
||||
test do
|
||||
# Test installation by checking that the font exists
|
||||
system "fc-list | grep 'tyler-handwriting'"
|
||||
end
|
||||
end
|
||||
1
fonts/font-tyler-handwriting
Submodule
1
fonts/font-tyler-handwriting
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 51807056d15c9fff420303bb9076f99df92bc63d
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"fonts": []
|
||||
"fonts": [
|
||||
{
|
||||
"name": "tyler handwriting",
|
||||
"path": "/Users/fishy/git/homebrew-fonts/fonts/font-tyler-handwriting",
|
||||
"formula": "font-tyler handwriting"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue