giter8 0.5.0

20 views
Skip to first unread message

Nathan Hamblen

unread,
Aug 8, 2012, 10:48:01 PM8/8/12
to git...@googlegroups.com
Thanks for testing the RC. Final release is out:
http://notes.implicit.ly/post/29025732500/giter8-0-5-0

Adam Rosien

unread,
Aug 10, 2012, 10:33:32 PM8/10/12
to git...@googlegroups.com
Could you update the brew recipe at https://github.com/mxcl/homebrew/blob/master/Library/Formula/giter8.rb?

Thanks,

.. Adam

Adam Rosien

unread,
Aug 11, 2012, 1:54:29 PM8/11/12
to git...@googlegroups.com
Alternatively a conscript recipe would be even better. (I'm trying to get a bootstrap package going for people inside my company.)

I'll work on something myself, but n8han is probably faster than me.

.. Adam

Adam Rosien

unread,
Aug 11, 2012, 6:20:07 PM8/11/12
to git...@googlegroups.com
---
require 'formula'

class Conscript < Formula
  version '0.4.0'
  sha1 '1cff5b6c6bfc73c5882a4653fc2f7aee0ebef433'

  def install
    system "#{ENV['SHELL']} setup.sh"
    bin.mkpath
    ln_s "#{ENV['HOME']}/bin/cs", "#{bin}/cs"
  end
end
---
Reply all
Reply to author
Forward
0 new messages