16 lines
551 B
Ruby
16 lines
551 B
Ruby
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
|