Skip to content

Commit

Permalink
Merge pull request #1 from bryanheinz/dev
Browse files Browse the repository at this point in the history
added munkipkg installer
  • Loading branch information
bryanheinz authored Mar 30, 2021
2 parents ee3d4d0 + faed1d5 commit 003303c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install_pkg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .DS_Store files!
.DS_Store

# our build directory
build/

# binary file
payload/usr/local/bin/defaultmail

# ignore my build file
build-info.plist
6 changes: 6 additions & 0 deletions install_pkg/Bom.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
. 40755 0/0
./usr 40755 0/0
./usr/local 40755 0/0
./usr/local/._bin 40755 0/0 0 0
./usr/local/bin 40755 0/0
./usr/local/bin/defaultmail 100755 0/0 1303104 300316222
31 changes: 31 additions & 0 deletions install_pkg/build-info-sample.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.defaultmail</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>defaultmail-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>preserve_xattr</key>
<false/>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>1.0.1</string>
<key>signing_info</key>
<dict>
<key>identity</key>
<string>APPLE INSTALLER CERT NAME</string>
<key>timestamp</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 003303c

Please sign in to comment.