Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created December 7, 2014 07:33
Show Gist options
  • Save wilmoore/14c3f12cdd4706e74dc3 to your computer and use it in GitHub Desktop.
Save wilmoore/14c3f12cdd4706e74dc3 to your computer and use it in GitHub Desktop.
transfer.rb
require 'formula'
class Transfer < Formula
homepage 'http://transfer.sh'
url "https://github.com/wilmoore/transfer/archive/v1.0.0.tar.gz"
sha1 "c1502fe1f352fb372a95a0756d4d0516df5ee2a5"
def install
bin.install "bin/transfer"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment