Sha256: e903f946e45687a90f10a23ddca0f3628d52b45fc707fd2c1dca77efa60e8f4a
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Prepare for packaging. This is "meta"-command which runs the following commands in order: reap-clean reap-make-distclean reap-version The make-distclean command is not run if the project does not have any extensions, or is being prepared for a binary package. These commands prepare the project for packaging. END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.prepare end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-prepare |