Skip to content

Instantly share code, notes, and snippets.

@luzpaz
Last active August 29, 2015 14:16
Show Gist options
  • Save luzpaz/cc5e8d4f5fc144be39db to your computer and use it in GitHub Desktop.
Save luzpaz/cc5e8d4f5fc144be39db to your computer and use it in GitHub Desktop.
dropbox-uploader homebrew formula
class DropboxUploader < Formula
homepage "http://www.andreafabrizi.it/?dropbox_uploader"
url "https://github.com/andreafabrizi/Dropbox-Uploader/archive/0.14.tar.gz"
version "0.14"
sha256 "595e2fb0c5112d740b4d4df321f231ff949153ab07bfefd6a8dd1bd152c449dd"
head "git://github.com/andreafabrizi/Dropbox-Uploader.git"
def install
bin.install "dropShell.sh" => "dropShell"
# bin.install "dropShell.sh", "dropbox_uploader.sh"
end
test do
system "dropShell", "-h"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment