summaryrefslogtreecommitdiff
path: root/omnibus/config/software/chef-gem-rbnacl-libsodium.rb
blob: 90bbc69dfbd4702d4b800f79377d0160253bf9ca (plain)
1
2
3
4
5
6
7
8
9
10
# gem installs this gem from the version specified in chef's Gemfile.lock
# so we can take advantage of omnibus's caching. Just duplicate this file and
# add the new software def to chef software def if you want to separate
# another gem's installation.
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def"
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__)

license "MIT"
license_file "https://raw.githubusercontent.com/cryptosphere/rbnacl-libsodium/master/LICENSE"
skip_transitive_dependency_licensing true