require 'rpa/install' class Install_smagacor < RPA::Install::FullInstaller name 'smagacor' version '0.0.1-1' classification Application build do installdocs %w[COPYING ChangeLog TODO] installdocs 'docs' installrdoc %w[README] + Dir['lib/**/*.rb'] installdata end description <<-EOF A collection of small games in ruby Smagacor is a collection of some small games, like TicTacToe and Pong. Adding new games should not be to hard, as Smagacor provides some useful classes for games. EOF end