Skip to content

Instantly share code, notes, and snippets.

View jbowes's full-sized avatar
🍀
🌙⭐️🌈❤️🧲🎈🦄

James Bowes jbowes

🍀
🌙⭐️🌈❤️🧲🎈🦄
View GitHub Profile
@jbowes
jbowes / autoconf213.rb
Created November 28, 2019 18:13 — forked from lonnen/autoconf213.rb
Homebrew recipe for autoconf213
require 'formula'
class Autoconf213 <Formula
url 'http://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz'
# md5 '9de56d4a161a723228220b0f425dc711'
homepage 'http://www.gnu.org/software/autoconf/'
def keg_only?
:provided_by_osx
end