2013-09-13 14:48:29 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Archey < Formula
|
|
|
|
homepage 'http://obihann.github.io/archey-osx/'
|
2014-01-29 15:13:17 +00:00
|
|
|
url 'https://github.com/obihann/archey-osx/archive/1.2.tar.gz'
|
2014-01-29 15:14:57 +00:00
|
|
|
sha1 '61fe422a37f07a1c24762244a355bf992452dae4'
|
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
|