Skip to content
Snippets Groups Projects
Commit bea1c0e2 authored by David Thompson's avatar David Thompson
Browse files

gnu: Add ruby-mini-portile.

* gnu/packages/ruby.scm (ruby-mini-portile): New variable.
parent 616eaead
No related branches found
No related tags found
No related merge requests found
...@@ -788,3 +788,24 @@ (define-public ruby-minitar ...@@ -788,3 +788,24 @@ (define-public ruby-minitar
that provides the ability to deal with POSIX tar archive files.") that provides the ability to deal with POSIX tar archive files.")
(home-page "http://www.github.com/atoulme/minitar") (home-page "http://www.github.com/atoulme/minitar")
(license (list license:gpl2+ license:ruby)))) (license (list license:gpl2+ license:ruby))))
(define-public ruby-mini-portile
(package
(name "ruby-mini-portile")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "mini_portile" version))
(sha256
(base32
"0h3xinmacscrnkczq44s6pnhrp4nqma7k056x5wv5xixvf2wsq2w"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; tests require network access
(synopsis "Ports system for Ruby developers")
(description "Mini-portile is a port/recipe system for Ruby developers.
It provides a standard way to compile against specific versions of libraries
to reproduce user environments.")
(home-page "http://github.com/flavorjones/mini_portile")
(license license:expat)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment