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
- Host: GitHub
- URL: https://github.com/mrtazz/osxzip-cookbook
- Owner: mrtazz
- License: mit
- Created: 2011-08-01T17:32:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-18T17:28:37.000Z (almost 15 years ago)
- Last Synced: 2025-01-25T23:17:14.681Z (over 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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