yesod-mirror/homebrew/tts-client.rb.tpl

17 lines
368 B
Smarty
Raw Normal View History

class TtsClient < Formula
desc "Internal TTS Client for CSBX"
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
version "{VERSION}"
url "{URL}"
sha256 "{SHA256}"
def install
# Rename to just 'tts-client' upon installation
bin.install "tts-client-darwin-arm64" => "tts-client"
end
test do
system "#{bin}/tts-client", "--help"
end
end