diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/archey.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/archey.rb b/Library/Formula/archey.rb new file mode 100644 index 000000000..cd81ad283 --- /dev/null +++ b/Library/Formula/archey.rb @@ -0,0 +1,15 @@ +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 |
