class Streamtop < Formula
desc "HLS/DASH/IPTV stream diagnostics in the terminal"
homepage "https://github.com/Jorji49/streamtop"
url "https://github.com/Jorji49/streamtop/archive/refs/tags/v1.1.0.tar.gz"
sha256 "177facf436a7be07b8b35cad04dd0bac137aad1991877462902ee2cf99c6abe3"
license "MIT"
head "https://github.com/Jorji49/streamtop.git", branch: "main"
depends_on "rust" => :build
def install
system "cargo", "install", *std_cargo_args
end
test do
assert_match "streamtop", shell_output("#{bin}/streamtop --help")
end
end