Files
osx-iso/package.json
Buster Collings d9cbe136c0 Update for new OS versions
Reworked the script to support newer versions; now including:
- macOS Sierra
- OS X El Capitan
2016-10-26 23:23:58 -05:00

19 lines
479 B
JSON

{
"name": "osxiso",
"version": "1.0.0",
"description": "Create a bootable ISO of OS X / macOS, from the installation app file.",
"global": "1",
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
"repository": {
"type": "git",
"url": "https://github.com/busterc/osx-iso"
},
"author": "Buster Collings",
"license": "ISC",
"bugs": {
"url": "https://github.com/busterc/osx-iso/issues"
},
"homepage": "https://github.com/busterc/osx-iso"
}