I want to create a homebrew formula that will only setup some launchd configurations. Specifically it will bind /usr/bin/pbcopy
and /usr/bin/pbpaste
to a port so that I can expose these to my remote development envirnoment.
Everything I have read about creating homebrew formula implies that they must download something though, which I don't really need to do. I just want to be able to create and link some plist files.
Am I missing something, is homebrew not the right tool for this? Is there an alternative?