yesod-homebrew-tools/tts-client.rb.tpl
Copybara cf8666e49d Project import generated by Copybara.
GitOrigin-RevId: 01a1f07843718d2cd737394c24c441372bfe0831
2026-01-20 01:02:53 +00:00

18 lines
No EOL
409 B
Smarty

class TtsClient < Formula
desc "Internal TTS Client for CSBX"
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
version "{VERSION}"
# URL to your Forgejo Package Registry
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