summaryrefslogtreecommitdiff
path: root/omnibus/config/software/chef-gem-pkg-config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/config/software/chef-gem-pkg-config.rb')
-rw-r--r--omnibus/config/software/chef-gem-pkg-config.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/omnibus/config/software/chef-gem-pkg-config.rb b/omnibus/config/software/chef-gem-pkg-config.rb
new file mode 100644
index 0000000000..9c6e6fa695
--- /dev/null
+++ b/omnibus/config/software/chef-gem-pkg-config.rb
@@ -0,0 +1,9 @@
+# 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 "LGPL-2.1"
+license_file "https://github.com/ruby-gnome2/pkg-config/blob/master/LGPL-2.1"