homebrew-core/Formula/archey.rb
Jeff Hann a8866a47d4 archey 1.5.2
updating archey-osx to 1.5.2

Closes Homebrew/homebrew#46396.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-27 02:17:15 +00:00

17 lines
418 B
Ruby

class Archey < Formula
desc "Archey script for OS X"
homepage "https://obihann.github.io/archey-osx/"
url "https://github.com/obihann/archey-osx/archive/1.5.2.tar.gz"
sha256 "01f58ea2f57fa5b23598590cee9b91dfac0b3402e7a9c4a781ff719be2388f1a"
head "https://github.com/obihann/archey-osx.git"
bottle :unneeded
def install
bin.install "bin/archey"
end
test do
system "#{bin}/archey"
end
end