Re: go2rpm: Tool to aid packaging Go modules

2014-05-14 Thread Lubomir Rintel
On Wed, 2014-05-14 at 11:10 -0400, Matthew Miller wrote: > On Wed, May 14, 2014 at 04:54:35PM +0200, Lubomir Rintel wrote: > > while attempting to package Go stuff I've created this tool that > > automates the repetitive tasks in the similar manner to what cpanspec > > does for Perl: > > https://gi

Re: go2rpm: Tool to aid packaging Go modules

2014-05-14 Thread Matthew Miller
On Wed, May 14, 2014 at 04:54:35PM +0200, Lubomir Rintel wrote: > while attempting to package Go stuff I've created this tool that > automates the repetitive tasks in the similar manner to what cpanspec > does for Perl: > https://github.com/lkundrak/go2rpm/blob/master/go2rpm.pl It's kind of awesom

go2rpm: Tool to aid packaging Go modules

2014-05-14 Thread Lubomir Rintel
Hi, while attempting to package Go stuff I've created this tool that automates the repetitive tasks in the similar manner to what cpanspec does for Perl: https://github.com/lkundrak/go2rpm/blob/master/go2rpm.pl Hopefully some might find this useful. Opinions, suggestions, fixes and enhancements