Created
December 7, 2014 07:33
-
-
Save wilmoore/14c3f12cdd4706e74dc3 to your computer and use it in GitHub Desktop.
transfer.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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