Skip to content

Instantly share code, notes, and snippets.

@Hexxeh
Created March 9, 2015 21:53
Show Gist options
  • Save Hexxeh/ca4548e7fde0b60724d4 to your computer and use it in GitHub Desktop.
Save Hexxeh/ca4548e7fde0b60724d4 to your computer and use it in GitHub Desktop.
class Libcrippy < Formula
homepage ""
url "https://github.com/Hexxeh/libcrippy/archive/master.zip"
version "1"
sha1 "c56cc62edcceb5ddbfe186ac0a22c2f1ce0672ea"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "libplist" => :build
def install
system "sh autogen.sh"
system "./configure"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment