mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
9 lines
207 B
Bash
9 lines
207 B
Bash
#!/bin/sh
|
|
|
|
git clone git://github.com/lsegal/ripper18.git
|
|
cd ripper18
|
|
git checkout refs/tags/1.0.5
|
|
/usr/bin/rake build
|
|
mkdir -p ../lib/ripper18
|
|
cp -R lib/ ../lib/ripper18
|
|
cp ext/ripper.bundle ../lib/ripper18 |