Skip to content

Commit 6c9365e

Browse files
committed
chore(release): toggl-cli v0.3.0
1 parent afed32c commit 6c9365e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Formula/toggl-cli.rb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
class TogglCli < Formula
2+
desc "Unofficial CLI client for Toggl"
3+
homepage "https://github.com/watercooler-labs/toggl-cli"
4+
url "https://github.com/watercooler-labs/toggl-cli/archive/refs/tags/v0.3.0.tar.gz"
5+
sha256 "81515d479495d6980edbe858c7f4f334e89b725ca0b84021cc367485d6a801a3"
6+
license "MIT"
7+
head "https://github.com/watercooler-labs/toggl-cli.git", branch: "main"
8+
9+
depends_on "rust" => :build
10+
11+
def install
12+
system "cargo", "install", "-vv", *std_cargo_args
13+
end
14+
15+
test do
16+
system "#{bin}/toggl", "--help"
17+
end
18+
end

0 commit comments

Comments
 (0)