Last active
August 29, 2015 14:16
-
-
Save luzpaz/cc5e8d4f5fc144be39db to your computer and use it in GitHub Desktop.
dropbox-uploader homebrew formula
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
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