passionengine / ii

:ii
http://github.com/passionengine/ii
13 stars 2 forks source link

Chef::Provider::Package::Wpkg #5

Open hh opened 13 years ago

hh commented 13 years ago

This is another project we might partner with to provide software on windows.

http://wpkg.org/How_WPKG_works

svn co http://wpkg.svn.sourceforge.net/svnroot/wpkg wpkg/current-development

Should be able to do something like:

package "firebox" do
  action :install
  provider Chef::Provider::Package::Wpkg
end