An open API service indexing awesome lists of open source software.

https://github.com/mrtazz/osxzip-cookbook

Chef LWRP for installing zipped OSX apps
https://github.com/mrtazz/osxzip-cookbook

Last synced: 3 months ago
JSON representation

Chef LWRP for installing zipped OSX apps

Awesome Lists containing this project

README

          

= DESCRIPTION:
Chef resource to provide easy installation of Mac OS X applications,
distributed via zip archives.

= REQUIREMENTS:

= ATTRIBUTES:
- :app
- :source
- :destination
- :checksum
- :installed

= USAGE:

osxzip_package "The Unarchiver" do
app "TheUnarchiver"
source "http://theunarchiver.googlecode.com/files/TheUnarchiver2.7.1.zip"
checksum "AFFEAFFE"
end