Acme-Alien-DontPanic
view release on metacpan or search on metacpan
maint/cip-before-install view on Meta::CPAN
#!/bin/bash
set -ex
cip exec mkdir -p /home/cip/tmp
cip sudo apt-get update
cip sudo apt-get -y install libffi-dev g++
cip sudo bash -c 'curl https://alienfile.org/travis/install-system-dontpanic.sh | bash -x'
cip sudo chown -R cip.cip /home/cip/dzil
cip exec ./maint/cip-before-install-inside
cip exec bash -c 'env ALIEN_INSTALL_TYPE=system cpanm -n FFI::Platypus'
( run in 1.293 second using v1.01-cache-2.11-cpan-71847e10f99 )