mirror of
https://github.com/thewesker/osx-iso.git
synced 2025-12-20 04:11:15 -05:00
19 lines
486 B
JSON
19 lines
486 B
JSON
{
|
|
"name": "osxiso",
|
|
"version": "1.0.0",
|
|
"description": "Create a bootable ISO of OS X Yosemite or Mavericks, from the installation file.",
|
|
"global": "1",
|
|
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/busterc/osxiso"
|
|
},
|
|
"author": "Buster Collings",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/busterc/osxiso/issues"
|
|
},
|
|
"homepage": "https://github.com/busterc/osxiso"
|
|
}
|
|
|