18 lines
No EOL
409 B
Smarty
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 |