Skip to content

Instantly share code, notes, and snippets.

@timsutton
Last active December 20, 2015 23:28
Show Gist options
  • Save timsutton/6212182 to your computer and use it in GitHub Desktop.
Save timsutton/6212182 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the current release version of Carbon Copy Cloner and imports into Munki.</string>
<key>Input</key>
<dict>
<key>IDENTIFIER</key>
<string>com.github.keeleysam.autopkg.munki.CarbonCopyCloner</string>
<key>NAME</key>
<string>CarbonCopyCloner</string>
<key>SPARKLE_FEED_URL</key>
<string>http://www.bombich.com/software/updates/ccc.xml</string>
<key>conditional</key>
<dict>
<key>munki</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>Disk and folder cloning utility for OS X.</string>
<key>display_name</key>
<string>Carbon Copy Cloner</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
<key>casper</key>
<dict>
<key>casper_smart_group</key>
<string>apps</string>
<key>casperinfo</key>
<dict>
<key>description</key>
<string>Disk and folder cloning utility for OS X.</string>
<key>pretty_name</key>
<string>Carbon Copy Cloner</string>
<key>name</key>
<string>%NAME%</string>
<key>self_service</key>
<true/>
</dict>
</dict>
</dict>
</dict>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>SparkleUpdateInfoProvider</string>
<key>Arguments</key>
<dict>
<key>appcast_url</key>
<string>%SPARKLE_FEED_URL%</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%.dmg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<!-- Example of a conditional-like key to filter Process items to a specific Recipe kind -->
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
</dict>
<key>ForRecipeKinds</key>
<array>
<string>munki</string>
</array>
<key>Processor</key>
<string>MunkiImporter</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment