Skip to content

Commit

Permalink
chore(release): toggl-cli v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Sep 6, 2023
1 parent afed32c commit 6c9365e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/toggl-cli.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class TogglCli < Formula
desc "Unofficial CLI client for Toggl"
homepage "https://github.com/watercooler-labs/toggl-cli"
url "https://github.com/watercooler-labs/toggl-cli/archive/refs/tags/v0.3.0.tar.gz"
sha256 "81515d479495d6980edbe858c7f4f334e89b725ca0b84021cc367485d6a801a3"
license "MIT"
head "https://github.com/watercooler-labs/toggl-cli.git", branch: "main"

depends_on "rust" => :build

def install
system "cargo", "install", "-vv", *std_cargo_args
end

test do
system "#{bin}/toggl", "--help"
end
end

0 comments on commit 6c9365e

Please sign in to comment.