This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Hann
committed
Sep 13, 2013
1 parent
261370a
commit 4e921ab
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
require 'formula' | ||
|
||
# Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Archey < Formula | ||
homepage 'http://obihann.github.io/archey-osx/' | ||
#url 'https://github.com/obihann/archey-osx/archive/1.0.tar.gz' | ||
url 'https://github.com/obihann/archey-osx.git' | ||
sha1 '5a470715fadb38b3d78bb296e3c881af53df08a0' | ||
version "1.0" | ||
|
||
def install | ||
system "cp bin/archey #{prefix}/" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters