phalcon.sh 260 B

123456789
  1. #!/bin/bash
  2. RETCODE=$(fw_exists /usr/local/lib/php/extensions/no-debug-non-zts-20100525/phalcon.so)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. fw_depends php
  5. test -d cphalcon || git clone git://github.com/phalcon/cphalcon.git
  6. cd cphalcon/build && sudo ./install