homebrew-core/Formula/archey.rb
Mike McQuaid 0c23725dd7 Unredact archey
This reverts commit ed210b6ca863335029902134deb40476a0361342.

References Homebrew/homebrew#29364.
2014-06-03 08:37:09 +01: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