Skip to content

Instantly share code, notes, and snippets.

@MagerValp
Created April 3, 2013 17:39
Show Gist options
  • Save MagerValp/5303422 to your computer and use it in GitHub Desktop.
Save MagerValp/5303422 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>ID</key>
<string>com.googlecode.autopkg.VLC</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>VLC</string>
<key>DISPLAY_NAME</key>
<string>VLC</string>
<key>DESCRIPTION</key>
<string>VLC is a powerful media player, playing most of the media codecs and video formats out there.</string>
<!--
<key>MUNKI_CATALOG</key>
<string>production</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
-->
</dict>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>VLCURLProvider</string>
<key>Arguments</key>
<dict/>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
<key>Arguments</key>
<dict>
<!-- hardcoded download url -->
<key>url</key>
<string>http://localhost/tmp/vlc-2.0.5.dmg</string>
<key>filename</key>
<string>%NAME%.dmg</string>
</dict>
</dict>
</array>
<key>Output</key>
<array>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
<key>name</key>
<string>%NAME%</string>
<key>description</key>
<string>%DESCRIPTION%</string>
<key>display_name</key>
<string>%DISPLAY_NAME%</string>
<!--
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>unattended_install</key>
<true/>
</dict>
-->
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment