Add gactions (#90747)

* Add gactions

* Update gactions.rb

* Update gactions.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Richard Lee 2020-10-15 06:31:34 +08:00 committed by GitHub
parent 59d97c79f6
commit 2e260841b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
Casks/gactions.rb Normal file
View File

@ -0,0 +1,12 @@
cask "gactions" do
version "3"
sha256 :no_check # required as upstream package is updated in-place
# Download page: https://developers.google.com/assistant/conversational/quickstart
url "https://dl.google.com/gactions/v#{version}/release/gactions-sdk_darwin.tar.gz"
name "gactions"
desc "CLI tool for Google Actions SDK"
homepage "https://developers.google.com/assistant/conversational"
binary "aog_cli/gactions"
end