Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixorn/luggage
Project to automate OS X package creation without using the packagemaker GUI
https://github.com/unixorn/luggage
macintosh macos packagemaker pkgbuild
Last synced: about 10 hours ago
JSON representation
Project to automate OS X package creation without using the packagemaker GUI
- Host: GitHub
- URL: https://github.com/unixorn/luggage
- Owner: unixorn
- Created: 2009-10-10T22:35:14.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T22:23:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T12:52:03.824Z (7 days ago)
- Topics: macintosh, macos, packagemaker, pkgbuild
- Language: Makefile
- Homepage: https://github.com/unixorn/luggage/wiki
- Size: 292 KB
- Stars: 391
- Watchers: 45
- Forks: 72
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
The Luggage is a project to create a wrapper to make Apple PKG format
packages.It does not use the PackageMaker GUI, but it does require that the developer
tools be installed so it can call the command line version.Advantages:
You can get peer review of a package by examining the diffs between versions
of your Makefile. No more wading through a zillion annoying GUI panes.Full documentation can be found at https://github.com/unixorn/luggage/wiki
Example packages can be found at https://github.com/unixorn/luggage-examples
Note : This version adds a command line option to remove the application prior to installation (app2luggage.rb).