Skip to content

Instantly share code, notes, and snippets.

View TheNextGuy32's full-sized avatar

Oliver Barnum TheNextGuy32

  • Austin, Texas
View GitHub Profile
@TheNextGuy32
TheNextGuy32 / Templative.rb
Last active April 1, 2020 05:57
Python brew package can't install python pillow, produces output
class Templative < Formula
include Language::Python::Virtualenv
desc "Templates"
homepage "https://github.com/..."
url "https://github.com/.../0.0.0.tar.gz"
sha256 "..."
depends_on "cairo"
depends_on ...