Skip to content

Instantly share code, notes, and snippets.

@ype
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save ype/cc745e9bb90ab548a14c to your computer and use it in GitHub Desktop.

Select an option

Save ype/cc745e9bb90ab548a14c to your computer and use it in GitHub Desktop.
Homebrew Formula for mysql-connector-java [5.1.30]
require 'formula'
class MysqlConnectorJava < Formula
homepage 'http://dev.mysql.com/downloads/connector/j/'
url 'http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.30.tar.gz'
sha1 '726240f679eddb3429755e24624505666b97b199'
def install
prefix.install_metafiles
libexec.install Dir['*.jar']
doc.install Dir['docs/*']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment