Sha256: ced864222a0b4c450c8b0e4422298d06d08e9ff2fd9ce67ffedcd1efac718ae8
Contents?: true
Size: 446 Bytes
Versions: 5
Compression:
Stored size: 446 Bytes
Contents
require File.expand_path('../../lib/rdkafka/version', __FILE__) require "mini_portile2" require "fileutils" task :default do recipe = MiniPortile.new("librdkafka", Rdkafka::LIBRDKAFKA_VERSION) recipe.files = ["https://github.com/edenhill/librdkafka/archive/v#{Rdkafka::LIBRDKAFKA_VERSION}.tar.gz"] recipe.configure_options = ["--host=#{recipe.host}"] recipe.cook end task :clean do FileUtils.rm_rf "ports" FileUtils.rm_rf "tmp" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rdkafka-0.1.3 | ext/Rakefile |
rdkafka-0.1.2 | ext/Rakefile |
rdkafka-0.1.1 | ext/Rakefile |
rdkafka-0.1.0 | ext/Rakefile |
rdkafka-0.0.1 | ext/Rakefile |