forked from beatlemike/autopkg-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DockerARM.pkg.recipe
31 lines (31 loc) · 895 Bytes
/
DockerARM.pkg.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
<?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 latest version of Docker for Apple Silicon and creates a package.</string>
<key>Identifier</key>
<string>com.github.beatlemike.pkg.DockerARM</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>Docker for Apple Silicon</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>ParentRecipe</key>
<string>com.github.beatlemike.download.DockerARM</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>AppPkgCreator</string>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/DockerARM-%version%.pkg</string>
</dict>
</dict>
</array>
</dict>
</plist>