[PATCH 1/1] import: Add gopkg importer.

2018-04-27 Thread Rouby Pierre-Antoine
* guix/import/gopkg.scm: New file. * guix/scripts/import/gopkg.scm: New file. * guix/scripts/import.scm: Add 'gopkg'. * Makefile.am: Add 'gopkg' importer in modules list. --- Makefile.am | 1 + guix/import/gopkg.scm | 294 ++ guix/scripts

[PATCH 0/1] Go importer

2018-04-26 Thread Rouby Pierre-Antoine
- Read the 'toml' file while dependence definition are found 2.1 - Get pieces of information on dependence 2.2 - Create package and add dependence in list of dependencies 2.3 - Clone dependence and get the repository hash 2.4 - Continue to point 2 3 - Create principal the package and get t