Remove iojs, no longer supported since it is merged into new node org

parent 0f0b0d91
require 'package'
class Iojs < Package
version '3.3.0'
source_url 'https://iojs.org/dist/v3.3.0/iojs-v3.3.0.tar.gz'
source_sha1 '17c199be74fdcd3f44b70386fb903dc7fbd7402a'
depends_on 'buildessential'
depends_on 'python27'
def self.build
system "CC='gcc' python2.7 ./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