aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hampton2009-11-23 01:02:13 -0800
committerAdam Vandenberg2010-08-15 13:39:49 -0700
commit48f764420d32eac46d292845342b2963bc1c7960 (patch)
tree491981c7be9d554a5e9af27ea959a1f89164496f
parent75a78d77c4c63a8fc7994d3f2e1153b09cdab9d8 (diff)
downloadhomebrew-48f764420d32eac46d292845342b2963bc1c7960.tar.bz2
Migreazy formula
Migreazy is a tool that helps manage git branches and Rails migrations. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/migreazy.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb
new file mode 100644
index 000000000..0c5b30896
--- /dev/null
+++ b/Library/Formula/migreazy.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Migreazy <Formula
+ head 'git://github.com/fhwang/migreazy.git'
+ homepage 'http://github.com/fhwang/migreazy'
+
+ def install
+ FileUtils.mv 'MIT-LICENSE', 'LICENSE'
+ bin.install 'bin/migreazy'
+ end
+end