Sha256: f6fcea248378bf44d7a83264ac0b33992a39c1617fb3e460223aad9ef31859ef
Contents?: true
Size: 303 Bytes
Versions: 3
Compression:
Stored size: 303 Bytes
Contents
#!/bin/env ruby require 'buildable' case ARGV.first when 'init' Buildable.init when 'build' Buildable.build when 'version' Buildable.VERSION else puts %Q{Usage: buildable [option] init\t\tCreate buildable structure build\t\tGenerate debian package in ./pkg version\tDisplay version } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildable-2.4.1 | bin/buildable |
buildable-2.4.0 | bin/buildable |
buildable-2.3.0 | bin/buildable |