Skip to content

Commit

Permalink
emcee.cloud cli 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Prokop committed Sep 20, 2024
1 parent 99452e0 commit 00519be
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/emcee-cloud.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
class EmceeCloud < Formula
version "0.0.2"
desc "Command-Line interface for Emcee.cloud"

Check failure on line 3 in Formula/emcee-cloud.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `desc` (line 3) should be put before `version` (line 2)
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"
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
test do
system "#{bin}/emcee-cloud --version"

Check failure on line 16 in Formula/emcee-cloud.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Homebrew/ShellCommands: Separate `system` commands into `"#{bin}/emcee-cloud", "--version"`
end
end
end

Check failure on line 19 in Formula/emcee-cloud.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingEmptyLines: 1 trailing blank lines detected.

0 comments on commit 00519be

Please sign in to comment.