Commit 39e54e2f authored by Michał Siwek's avatar Michał Siwek

Merge pull request #80 from Tivoli/master

Add support for iojs 2.1.0
parents 1c57bff8 1be20ac0
require 'package'
class Iojs < Package
version '2.2.1'
source_url 'https://iojs.org/dist/v2.2.1/iojs-v2.2.1.tar.gz'
source_sha1 '2b4a43cc1333526cbc5ac2e30d765a4d9c26427c'
depends_on 'buildessential'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment