2017-03-20 13:19:10 +00:00

8 lines
254 B
Ruby

actions :unpack
default_action :unpack
attribute :source, kind_of: String, name_attribute: true
attribute :root_dir, kind_of: String, required: true
attribute :mingw, kind_of: [TrueClass, FalseClass], default: false
attribute :checksum, kind_of: String