build_style: Add gem build_style

This commit is contained in:
maxice8 2018-10-30 19:52:59 -03:00 committed by maxice8
parent e7dc19bbea
commit 49e11e1ca5
3 changed files with 74 additions and 0 deletions

View file

@ -781,6 +781,11 @@ with the character `r` in the `version` variable. The `distfiles`
location will automatically be set as well as the package made to depend
on `R`.
- `gem` For packages that are installed using gems from [RubyGems](https://rubygems.org/).
The gem command can be overridden by `gem_cmd`. `noarch` is set unconditionally and `distfiles`
is set by the build style if the template does not do so. If your gem provides extensions which
must be compiled consider using the `gemspec` build style instead.
- `ruby-module` For packages that are ruby modules and are installable via `ruby install.rb`.
Additional install arguments can be specified via `make_install_args`.