Skip to content

Instantly share code, notes, and snippets.

@totem3
Last active August 29, 2015 14:08
Show Gist options
  • Save totem3/fd962212c392465eb416 to your computer and use it in GitHub Desktop.
Save totem3/fd962212c392465eb416 to your computer and use it in GitHub Desktop.
require 'formula'
class Apr < Formula
url 'http://apache.cs.utah.edu/apr/apr-1.5.1.tar.gz'
homepage 'http://apr.apache.org/'
sha1 '9caa83e3f50f3abc9fab7c4a3f2739a12b14c3a3'
def install
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment