Skip to content

Instantly share code, notes, and snippets.

@rickheil
Created May 12, 2015 21:19
Show Gist options
  • Save rickheil/b6e24fe0aed00fdf0bf4 to your computer and use it in GitHub Desktop.
Save rickheil/b6e24fe0aed00fdf0bf4 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 latest version of Tower and imports into a Munki repo.</string>
<key>Identifier</key>
<string>com.github.rickheil.psautopkg.munki.Tower</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>Tower</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>Git Tower is a powerful Git client for Mac users who want to access their repositories using an easy-to-use and intuitive graphical interface.</string>
<key>display_name</key>
<string>Tower</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
<key>ParentRecipe</key>
<string>com.github.rickheil.psautopkg.download.Tower</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>Unarchiver</string>
<key>arguments</key>
<dict>
<key>archive_format</key>
<string>zip</string>
<key>archive_path</key>
<string>%pathname%</string>
<key>destination_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
<key>purge_destination</key>
<true/>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>DmgCreator</string>
<key>arguments</key>
<dict>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/Tower</string>
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment