aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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