aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorErol Fornoles2014-05-18 10:45:40 +0800
committerJack Nagel2014-05-18 20:11:04 -0500
commitdf2e77c0d3ec380e0472aa51600ae8400cbaeabb (patch)
tree636745a40b4798c520675f4183333c6991c609c2 /Library
parentfac8edc8bdbc7af33825de75b81e6c672f899057 (diff)
downloadhomebrew-df2e77c0d3ec380e0472aa51600ae8400cbaeabb.tar.bz2
New formula: chgems 0.3.2
Closes #29357. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/chgems.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/chgems.rb b/Library/Formula/chgems.rb
new file mode 100644
index 000000000..f23e04a8a
--- /dev/null
+++ b/Library/Formula/chgems.rb
@@ -0,0 +1,12 @@
+require "formula"
+
+class Chgems < Formula
+ homepage "https://github.com/postmodern/chgems#readme"
+ url "https://github.com/postmodern/chgems/archive/v0.3.2.tar.gz"
+ sha1 "73775a7d57e61ca895ae11cebc028f1ab8150977"
+ head "https://github.com/postmodern/chgems.git"
+
+ def install
+ system "make", "install", "PREFIX=#{prefix}"
+ end
+end