Skip to content

Instantly share code, notes, and snippets.

@novi
Last active June 9, 2019 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novi/c6d4afa6e9f9cc9c426e3ccd140c3c74 to your computer and use it in GitHub Desktop.
Save novi/c6d4afa6e9f9cc9c426e3ccd140c3c74 to your computer and use it in GitHub Desktop.
$version = "2.0.5"
$hash = "4cb9620fbb68571be11ba13afc8911fd434561b9ff661040a128618af19bbbb5"
class Cmysql < Formula
homepage "https://github.com/novi"
url "https://github.com/novi/cmysql/archive/#{$version}.tar.gz"
sha256 $hash
version $version
depends_on "pkg-config"
depends_on "mysql"
def install
system "mkdir pkgconfig"
system "mv macos.pc pkgconfig/cmysql.pc"
lib.install "pkgconfig"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment