build: Add ruby build system.
authorDavid Thompson <dthompson2@worcester.edu>
Sun, 28 Sep 2014 15:14:53 +0000 (11:14 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Sun, 28 Sep 2014 19:09:24 +0000 (15:09 -0400)
commitc08f9818f91c3242c38d1c78823641ab3b1e7d58
tree7e5effdb37bc25df0b4bc968b5bd395099b9fe06
parent6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a
build: Add ruby build system.

* guix/build-system/ruby.scm: New file.
* guix/build/ruby-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document ruby-build-system.
Makefile.am
doc/guix.texi
guix/build-system/ruby.scm [new file with mode: 0644]
guix/build/ruby-build-system.scm [new file with mode: 0644]