Skip to content

Instantly share code, notes, and snippets.

View jsnuggle's full-sized avatar

Jeff Clarke jsnuggle

  • Patreon
  • Brooklyn, NY
View GitHub Profile
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