$ ls build
my-awesome-package
- macOS: Run
brew bundle
Hint: install homebrew first - Run
bin/build
$ ls build
my-awesome-package my-awesome-package.deb
Then you can...
dpkg -i my-awesome-package.deb
...wherever you want!
I feel pretty good about this setup currently. For simple scripts, this should work great, and it doesn't seem like too much to ask that a developer have brew
installed on their Mac. However, I would like to look into alternatives for easy linux distribution, maybe even dropping debian packages in favor of something more universal.
- Alternatives to installing
dpkg
- Creating
.deb
's with less boilerplate - Alternatives to
.deb