e279bfeb2d
Closes Homebrew/homebrew#22519. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
261 B
Ruby
11 lines
261 B
Ruby
require 'formula'
|
|
|
|
class Archey < Formula
|
|
homepage 'http://obihann.github.io/archey-osx/'
|
|
url 'https://github.com/obihann/archey-osx/archive/1.1.tar.gz'
|
|
sha1 '52da445c38c08415caa8ba93d28bbfe7b4ac1003'
|
|
|
|
def install
|
|
bin.install 'bin/archey'
|
|
end
|
|
end
|