-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVirtualBox.munki.recipe
43 lines (43 loc) · 1.44 KB
/
VirtualBox.munki.recipe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>Identifier</key>
<string>com.grahamgilbert.munki.VirtualBox</string>
<key>Input</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/Oracle</string>
<key>NAME</key>
<string>VirtualBox</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>VirtualBox</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>Oracle VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. See "About VirtualBox" for an introduction.</string>
<key>display_name</key>
<string>VirtualBox</string>
<key>name</key>
<string>%NAME%</string>
<key>supported_architectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>unattended_install</key>
<true/>
<key>category</key>
<string>Utilities</string>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.jessepeterson.munki.VirtualBox</string>
</dict>
</plist>