Project import generated by Copybara.
GitOrigin-RevId: 01a1f07843718d2cd737394c24c441372bfe0831
This commit is contained in:
parent
479f03cb62
commit
cf8666e49d
2 changed files with 21 additions and 3 deletions
18
tts-client.rb
Normal file
18
tts-client.rb
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
class TtsClient < Formula
|
||||||
|
desc "Internal TTS Client for CSBX"
|
||||||
|
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
|
||||||
|
version "0.0.2-b5422b0"
|
||||||
|
|
||||||
|
# URL to your Forgejo Package Registry
|
||||||
|
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/tts-client/0.0.2-b5422b0/tts-client-darwin-arm64"
|
||||||
|
sha256 "993f75474bb44819c95561611e2fd085fcc193386881bf102c255eb0af874a4b"
|
||||||
|
|
||||||
|
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
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
class TtsClient < Formula
|
class TtsClient < Formula
|
||||||
desc "Internal TTS Client for CSBX"
|
desc "Internal TTS Client for CSBX"
|
||||||
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
|
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
|
||||||
version "0.0.1"
|
version "{VERSION}"
|
||||||
|
|
||||||
# URL to your Forgejo Package Registry
|
# URL to your Forgejo Package Registry
|
||||||
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/tts-client/0.0.2/tts-client-darwin-arm64"
|
url "{URL}"
|
||||||
sha256 "{SHA256}"
|
sha256 "{SHA256}"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue