Skip to content

Instantly share code, notes, and snippets.

@citruz
citruz / libdwarf.rb
Created March 7, 2018 10:49 — forked from zlandau/libdwarf.rb
Libdwarf Homebrew Formula
require 'formula'
class Libdwarf < Formula
homepage 'http://libdwarf.sourceforge.net/'
url 'git://git.code.sf.net/p/libdwarf/code', :tag => '20180129'
depends_on 'libelf'
def install
chdir 'libdwarf' do