Files
osx-iso/package.json
Buster Collings c6ea0556bc 5.0.0
2019-10-10 11:33:46 -05:00

18 lines
478 B
JSON

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