aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/archey.rb
blob: 402ea943f504413d6167cbf9216ce50953c616f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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