Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View danigiri's full-sized avatar
💭
Per ardua ad astra

Daniel Giribet danigiri

💭
Per ardua ad astra
View GitHub Profile
@danigiri
danigiri / FreeLing.rb
Created March 12, 2012 23:12 — forked from ambs/FreeLing.rb
Homebrew formula for FreeLing3 (SVN Head)
require 'formula'
class Freeling < Formula
homepage 'http://nlp.lsi.upc.edu/freeling/'
head 'http://devel.cpl.upc.edu/freeling/svn/trunk', :using => :svn
depends_on 'icu4c'
# requires boost --with-icu. At the moment I think that is not possible (to force options)
depends_on 'boost'
depends_on 'libtool'