Skip to content

Instantly share code, notes, and snippets.

View kytomaki's full-sized avatar

Samppa Kytömäki kytomaki

  • Reaktor
  • Helsinki
View GitHub Profile
@kytomaki
kytomaki / platformio.rb
Last active January 3, 2016 16:50 — forked from uetchy/platformio.rb
Platform.IO Homebrew Formula
class Platformio < Formula
desc "Open source ecosystem for IoT development"
homepage "http://platformio.org"
version "2.7.0"
url "https://github.com/platformio/platformio/archive/v#{version}.tar.gz"
sha256 "b6de5dde5925f886e948eb29b91d4a8432c1735c34eac6d235ab4f227cd17332"
depends_on :python if MacOS.version <= :snow_leopard
resource "bottle" do
wget http://agentzh.org/misc/nginx/ngx_openresty-VERSION.tar.gz
tar -zxvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure --prefix=/opt/openresty --with-luajit --with-http_iconv_module -j2
make
make install