Skip to content

Instantly share code, notes, and snippets.

@imbriaco
Created May 7, 2009 02:01
Show Gist options
  • Save imbriaco/107877 to your computer and use it in GitHub Desktop.
Save imbriaco/107877 to your computer and use it in GitHub Desktop.
configure "somepackage" do
source "http://foo.com/blah-1.2.3.tar.gz"
options "--prefix=/usr/local --disable-foo --enable-bar"
post_install "some_script_resource" # optional
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment