2014-06-03 07:36:50 +00:00
|
|
|
class Archey < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Archey script for OS X"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://obihann.github.io/archey-osx/"
|
2015-11-03 17:05:07 +00:00
|
|
|
url "https://github.com/obihann/archey-osx/archive/1.5.1.tar.gz"
|
|
|
|
sha256 "eb8d6cf9c2ab59d12825a2179a97914b764e9a718ca5a678e1610ad7a80ad5b5"
|
2015-08-03 12:55:31 +00:00
|
|
|
head "https://github.com/obihann/archey-osx.git"
|
2014-06-03 07:36:50 +00:00
|
|
|
|
2015-10-20 07:14:59 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2014-06-03 07:36:50 +00:00
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
bin.install "bin/archey"
|
2014-06-03 07:36:50 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/archey"
|
|
|
|
end
|
|
|
|
end
|