brew-pkg
brew-pkg copied to clipboard
Build OS X installer packages directly from Homebrew formulae
1. Not sure what change to Homebrew or Ruby caused this issue, but running `brew-pkg` results in an error when accessing `ARGV` that `Array` has no method `next`. #16 already...
Homebrew can't reuse a Keg exported from this tool because of the way the rsync copies the files and dereferences the symlinks. This still produces a working package, but Homebrew...
Fixes the following issue: ``` $ brew pkg --with-deps --scripts scripts filebeat [...] Error: undefined method `next' for ["--with-deps", "--scripts", "scripts", "filebeat"]:Array /usr/local/bin/brew-pkg.rb:106:in `pkg' /usr/local/bin/brew-pkg.rb:162:in `' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'...
I have several packages I need to package up for deployment on student computers and all but one of them is a normal Homebrew recipe. One of them is a...
I tried to used to package a brew one to distribute to other mac. When I do brew pkg --with-deps --identifier-prefix org.pass pass ==> Creating package staging root using Homebrew...
Hello! As per README.md: > By default behaviour brew pkg include all package kegs located in /usr/local/Cellar/packagename. I've built some pkgs with brew pkg that don't seem to function as...
I have installed encfs using a local formula with the following command: ``` $ brew install contrib/encfs.rb ``` but I am not able to package this using brew-pkg: ``` $...
Hi ! Building pkg for git formula creates package without some necessary git resources. Packages contains dirs: . └── usr └── local ├── Library ├── bin ├── etc ├── lib...
Was getting errors on git installs using brew pkg. Complaining it couldn't find templates. Added a creation of `/usr/local/opt/` to the latest cellar version too in the script fixes the...
Is it possible to create a package for an older macOS version on a computer running a newer macOS version?