diff options
Diffstat (limited to 'config/software/mathy.rb')
| -rw-r--r-- | config/software/mathy.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/software/mathy.rb b/config/software/mathy.rb new file mode 100644 index 0000000..738c8c7 --- /dev/null +++ b/config/software/mathy.rb @@ -0,0 +1,16 @@ +# This is an example software definition for a Ruby project. +# +# Lots of software definitions for popular open source software +# already exist in `opscode-omnibus`: +# +# https://github.com/opscode/omnibus-software/tree/master/config/software +# +name "mathy" +version "0.0.2" + +dependency "ruby" +dependency "rubygems" + +build do + gem "install mathy -n #{install_dir}/bin --no-rdoc --no-ri -v #{version}" +end |
