homebrew-core/Formula/archey.rb
Jeff Hann 5b5ca7b26e archey 1.4
Closes Homebrew/homebrew#27364.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-09 19:52:02 -05:00

15 lines
305 B
Ruby

require 'formula'
class Archey < Formula
homepage 'http://obihann.github.io/archey-osx/'
url 'https://github.com/obihann/archey-osx/archive/1.4.tar.gz'
sha1 '545896848444cd77b0c2cad50d5477f824ecf72f'
def install
bin.install 'bin/archey'
end
test do
system "#{bin}/archey"
end
end