Groups
Groups
Sign in
Groups
Groups
giter8
Conversations
About
Send feedback
Help
giter8 0.5.0
20 views
Skip to first unread message
Nathan Hamblen
unread,
Aug 8, 2012, 10:48:01 PM
8/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
8/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
8/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
8/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git...@googlegroups.com
---
require 'formula'
class Conscript < Formula
homepage '
https://github.com/n8han/conscript
'
url '
https://raw.github.com/n8han/conscript/master/setup.sh
'
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