Sha256: 7073097a5689a879da7f998430b1c591977b7a79fed33fbd536654e7fad30495
Contents?: true
Size: 385 Bytes
Versions: 15
Compression:
Stored size: 385 Bytes
Contents
require 'mxx_ru/externals' MxxRu::arch_externals :asio_tgz do |e| e.url 'https://github.com/chriskohlhoff/asio/archive/asio-1-11-0.tar.gz' e.sha1 '1be2489015a1e1c7b8666a5a803d984cdec4a12b' e.map_dir 'asio/src' => 'dev/asio_tgz' e.downloader_option :wget, '--no-use-server-timestamps' e.downloader_option :wget, '-T', '36' e.downloader_option :curl, '--max-time', '3600' end
Version data entries
15 entries across 15 versions & 1 rubygems