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

19 lines
498 B
Smarty
Raw Normal View History

class TtsClient < Formula
desc "Internal TTS Client for CSBX"
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
version "0.0.1"
# URL to your Forgejo Package Registry
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/tts-client/0.0.2/tts-client-darwin-arm64"
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