UNPKG

dustlayer

Version:

command line suite for new and experienced retro programmers. Check homepage for details.

86 lines (85 loc) 3.39 kB
{ "about": { "name": "c64", "author": "actraiser/Dustlayer", "contact": "acrtraiser@dustlayer.com", "website": "http://www.dustlayer.com", "description": "C64 cross development and tutorials" }, "support": { "mac": true, "linux": false, "windows": false }, "setup": { "mac": { "preBundleUrl": "https://github.com/actraiser/dust-bundle-c64-mac.git", "preBundleList": { "buildscripts" : { "directory": "compileScripts", "installer": "installCompileScripts" }, "acme" : { "directory": "tools/Acme 0.94.5/src", "installer": "installAcme" }, "exomizer" : { "directory": "tools/Exomizer 2.0.6/src", "installer": "installExomizer" }, "pucrunch" : { "directory": "tools/pucrunch 8.3.2002", "installer": "installPuCrunch" }, "sidreloc" : { "directory": "tools/Sidreloc 1.0", "installer": "installSidreloc" } }, "externals": { "sublime": { "name": "Sublime Text 2 v2.0.1 (Text Editor)", "downloads": ["http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.dmg", "https://www.dropbox.com/s/941yqzlgub88cth/Sublime%20Text%202.0.1.dmg"], "filename": "Sublime Text 2.0.1.dmg", "installer": "installSublimeText", "postinstaller": "postInstallSublimeText", "directory": "configurationSublime" }, "vice": { "name": "Vice v2.4 (C64 Emulator)", "downloads": ["http://sourceforge.net/projects/vice-emu/files/releases/binaries/macosx/vice-macosx-cocoa-i386+x86_64-10.6-gcc42-2.4.dmg/download", "https://www.dropbox.com/s/jiepb1ngr17gq2j/vice-macosx-cocoa-i386%2Bx86_64-10.6-gcc42-2.4.dmg"], "filename": "vice-macosx-cocoa-i386+x86_64-10.6-gcc42-2.4.dmg", "installer": "installVice" } }, "installOptions": { "all": { "description" : "Install everything", "list": { "acme": true, "buildscripts": true, "exomizer": true, "pucrunch": true, "sidreloc": true, "sublime": true, "vice": true } }, "skip_sublime": { "description" : "Install everything but Sublime Text 2", "list": { "acme": true, "buildscripts": true, "exomizer": true, "pucrunch": true, "sidreloc": true, "sublime": false, "vice": true } } } } } }