Skip to content

Instantly share code, notes, and snippets.

View jsnuggle's full-sized avatar

Jeff Clarke jsnuggle

  • Patreon
  • Brooklyn, NY
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jsnuggle on github.
  • I am jsnuggle (https://keybase.io/jsnuggle) on keybase.
  • I have a public key ASCrsypL4PTHOPUpUHgG-6b9zTUrYLOe0pypYaxR9KDuEAo

To claim this, I am signing this object:

require 'formula'
class Libeventfb < Formula
homepage 'http://libevent.org/'
url 'https://github.com/libevent/libevent.git', :tag => 'release-1.4.14b-stable'
version '1.4.14b'
keg_only 'We are just a patched version.'
depends_on :autoconf => :build
@jsnuggle
jsnuggle / gist:eba987bbbeae9a1383e3
Last active August 29, 2015 14:04
Clone of danslo libeventfb.rb with corrected path to hhvm
require 'formula'
class Libeventfb < Formula
homepage 'http://libevent.org/'
url 'https://github.com/libevent/libevent.git', :tag => 'release-1.4.14b-stable'
version '1.4.14b'
keg_only 'We are just a patched version.'
depends_on :autoconf => :build