#!/bin/bash

set -ex

cip sudo apt-get update
cip sudo apt-get install libffi-dev g++
cip exec cpanm -n File::Which FFI::Platypus ExtUtils::CBuilder
