Skip to content

Instantly share code, notes, and snippets.

@yawara
yawara / graph-tool.rb
Last active August 29, 2015 14:24 — forked from jiayun/graph-tool.rb
require 'formula'
class GraphTool < Formula
homepage 'http://graph-tool.skewed.de/'
url 'http://downloads.skewed.de/graph-tool/graph-tool-2.2.31.tar.bz2'
sha1 '5e0b1c215ecd76191a82c745df0fac17e33bfb09'
head 'https://github.com/count0/graph-tool.git'
depends_on 'pkg-config' => :build
depends_on 'boost' => 'c++11'