homebrew-core/Formula/ansiweather.rb
Thibault Charbonnier a81b203611 ansiweather 1.06
Closes Homebrew/homebrew#46846.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-10 13:44:52 +01:00

19 lines
493 B
Ruby

class Ansiweather < Formula
desc "Weather in your terminal, with ANSI colors and Unicode symbols"
homepage "https://github.com/fcambus/ansiweather"
url "https://github.com/fcambus/ansiweather/archive/1.06.tar.gz"
sha256 "1a2e09c648e0ca871b71146710020d8f86339e86ee6b1427bc1adb97740a2d0e"
head "https://github.com/fcambus/ansiweather.git"
bottle :unneeded
depends_on "jq"
def install
bin.install "ansiweather"
end
test do
system bin/"ansiweather", "-h"
end
end