From faed1d5497087cab5b52f1b91b9a77280164c641 Mon Sep 17 00:00:00 2001 From: Bryan Heinz Date: Mon, 29 Mar 2021 22:02:02 +0000 Subject: [PATCH] added installer munkipkg --- install_pkg/.gitignore | 11 ++++++++++ install_pkg/Bom.txt | 6 ++++++ install_pkg/build-info-sample.plist | 31 +++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 install_pkg/.gitignore create mode 100644 install_pkg/Bom.txt create mode 100644 install_pkg/build-info-sample.plist diff --git a/install_pkg/.gitignore b/install_pkg/.gitignore new file mode 100644 index 0000000..bd86aa9 --- /dev/null +++ b/install_pkg/.gitignore @@ -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 diff --git a/install_pkg/Bom.txt b/install_pkg/Bom.txt new file mode 100644 index 0000000..1df62d2 --- /dev/null +++ b/install_pkg/Bom.txt @@ -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 diff --git a/install_pkg/build-info-sample.plist b/install_pkg/build-info-sample.plist new file mode 100644 index 0000000..e7fc9c9 --- /dev/null +++ b/install_pkg/build-info-sample.plist @@ -0,0 +1,31 @@ + + + + + distribution_style + + identifier + com.github.defaultmail + install_location + / + name + defaultmail-${version}.pkg + ownership + recommended + postinstall_action + none + preserve_xattr + + suppress_bundle_relocation + + version + 1.0.1 + signing_info + + identity + APPLE INSTALLER CERT NAME + timestamp + + + +