Skip to content

Instantly share code, notes, and snippets.

View nicolasbrugneaux's full-sized avatar
🤓
Nerdin'

Nicolas Brugneaux nicolasbrugneaux

🤓
Nerdin'
View GitHub Profile
@nicolasbrugneaux
nicolasbrugneaux / plv8.rb
Last active March 21, 2017 11:47 — forked from aliatsis/plv8.rb
brew plv8 formula (static linking to v8)
require 'formula'
# based on https://github.com/Homebrew/homebrew/pull/19833
class Plv8 < Formula
homepage 'http://code.google.com/p/plv8js/wiki/PLV8'
version '2.0.0'
url 'https://github.com/plv8/plv8/archive/master.zip'
depends_on :postgresql