Files
osx-iso/package.json
Buster Collings ca1c8a32fc v1 -> v2
Now supports High Sierra
2017-11-06 13:18:44 -06:00

18 lines
478 B
JSON

{
"name": "osxiso",
"version": "2.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"
}