From 3a90f8a296213ccc93daaf6ba8ed7d43d165287c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 3 Jun 2014 08:36:50 +0100 Subject: Unredact archey This reverts commit ed210b6ca863335029902134deb40476a0361342. References #29364. --- Library/Formula/archey.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/archey.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3