-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPkgCreator
43 lines (43 loc) · 1.01 KB
/
PkgCreator
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
<dict>
<key>Processor</key>
<string>PkgCreator</string>
<key>Arguments</key>
<dict>
<key>pkg_request</key>
<dict>
<key>chown</key>
<array>
<dict>
<key>path</key>
<string>path/to/dir/</string>
<key>user</key>
<string>root</string>
<key>group</key>
<string>admin</string>
<key>mode</key>
<string>0777</string>
</dict>
<dict>
<key>path</key>
<string>path/to/file.txt</string>
<key>user</key>
<string>root</string>
<key>group</key>
<string>admin</string>
<key>mode</key>
<string>0755</string>
</dict>
</array>
<key>id</key>
<string>%bundleid%custom</string>
<key>options</key>
<string>purge_ds_store</string>
<key>pkgname</key>
<string>%NAME%-%version%</string>
<key>pkgroot</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
<key>scripts</key>
<string>%RECIPE_CACHE_DIR%/scripts</string>
</dict>
</dict>
</dict>