diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-06 22:28:38 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-06 22:28:38 -0600 |
| commit | a6a319d8081821259d1d6e9728e658339f7cb493 (patch) | |
| tree | 17091cfc36a341c364624e3913b4b6fde9b312a4 /config/software/mathy.rb | |
| parent | 4d889c058bbc80106749dffc592320c32bcf9571 (diff) | |
create mathy package.main
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 |
