Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emcee.cloud cli 0.0.2 #6

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions Formula/emcee-cloud.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class EmceeCloud < Formula
desc "Command-Line interface for Emcee.cloud"
homepage "https://emceetool.io/"
url "https://github.com/avito-tech/Emcee.cloud-CLI/releases/download/0.0.1/emcee-cloud_Darwin_all.tar.gz"
sha256 "1025b2d76923797cbe2d9d08218d39aae94fa69fd05aaaf434d382ebca48545b"
url "https://github.com/avito-tech/Emcee.cloud-CLI/releases/download/0.0.2/emcee-cloud_Darwin_all.tar.gz"
version "0.0.2"
sha256 "3402b747c2e8769b8838bec28ef0fc5c48f103b59e97da9aec68296e75060752"
license "MIT"
version "0.0.1"


def install
libexec.install "emcee-cloud"
system "xattr", "-c", "#{libexec}/emcee-cloud"
bin.write_exec_script "#{libexec}/emcee-cloud"
end

test do
system "#{bin}/emcee-cloud --version"
end
test do
system "#{bin}/emcee-cloud", "--version"
end
end

Loading