2013-09-13 14:48:29 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Archey < Formula
|
|
|
|
homepage 'http://obihann.github.io/archey-osx/'
|
2014-03-09 23:45:37 +00:00
|
|
|
url 'https://github.com/obihann/archey-osx/archive/1.4.tar.gz'
|
|
|
|
sha1 '545896848444cd77b0c2cad50d5477f824ecf72f'
|
2013-09-13 14:48:29 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/archey'
|
|
|
|
end
|
2014-01-29 15:15:52 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/archey"
|
|
|
|
end
|
2013-09-13 14:48:29 +00:00
|
|
|
end
|