1
0
mirror of https://github.com/jordansissel/fpm synced 2024-12-21 00:24:13 +01:00
fpm/examples/jruby
2011-07-07 22:52:55 -07:00
..
Makefile convert tabs and remove trailing whitespace 2011-07-07 22:47:45 -07:00
README.md removed all trailing whitespace: for i in $(git ls-files); do sed -i tmp -e "s/ *$//" $i; done 2011-07-07 22:52:55 -07:00

Usage:

make package

Should make the package. Try installing:

sudo dpkg -i jruby-1.6.0.RC2-1.all.deb

Now try it:

% /opt/jruby/bin/jirb
>> require "java"
=> true
>> java.lang.System.out.println("Hello")
Hello
=> nil