Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Forked from clarete/gist:4012731
Last active January 2, 2016 12:59
Show Gist options
  • Save benlangfeld/8307351 to your computer and use it in GitHub Desktop.
Save benlangfeld/8307351 to your computer and use it in GitHub Desktop.
require 'formula'
class Iksemel < Formula
homepage 'http://code.google.com/p/iksemel/'
url 'https://iksemel.googlecode.com/files/iksemel-1.4.tar.gz'
version '1.4'
depends_on 'gnutls'
def install
system "./configure", "--disable-python", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment