mirror of
https://github.com/thewesker/osx-iso.git
synced 2025-12-19 20:01:13 -05:00
18 lines
478 B
JSON
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"
|
|
}
|