Here's what I did to get things working.
Yep, over at: https://developer.apple.com
#!/bin/sh | |
# | |
# init.d script for single or multiple unicorn installations. Expects at least one .conf | |
# file in /etc/unicorn | |
# | |
# Modified by [email protected] http://github.com/jaygooby | |
# based on http://gist.github.com/308216 by http://github.com/mguterl | |
# | |
## A sample /etc/unicorn/my_app.conf | |
## |
#!/bin/sh | |
# | |
# init.d script for single or multiple unicorn installations. Expects at least one .conf | |
# file in /etc/unicorn | |
# | |
# Modified by [email protected] http://github.com/jaygooby | |
# based on http://gist.github.com/308216 by http://github.com/mguterl | |
# | |
## A sample /etc/unicorn/my_app.conf | |
## |
#!/bin/sh | |
# | |
# init.d script for single or multiple unicorn installations. Expects at least one .conf | |
# file in /etc/unicorn | |
# | |
# Modified by [email protected] http://github.com/jaygooby | |
# based on http://gist.github.com/308216 by http://github.com/mguterl | |
# | |
## A sample /etc/unicorn/my_app.conf | |
## |
require 'formula' | |
class MacvimDrawer < Formula | |
homepage 'https://github.com/alloy/macvim' | |
head 'git://github.com/alloy/macvim.git', :branch => 'split-browser' | |
def options | |
[ | |
# Building custom icons fails for many users, so off by default. | |
["--custom-icons", "Try to generate custom document icons."], |
Here's what I did to get things working.
Yep, over at: https://developer.apple.com