Repository URL to install this package:
|
Version:
2.4.3 ▾
|
#
# autorake/version.rb -- Name and version number
#
module Autorake
NAME = "autorake"
VERSION = "2.4.3".freeze
SUMMARY = "Automake like project config before Rake build or install."
DESCRIPTION = <<EOT
This script allows you to write pretty mkrf_conf scripts
with autocmd-like functionality.
The config scripts may be held short and readable.
EOT
COPYRIGHT = "(C) 2013,2014 Bertram Scharpf"
LICENSE = "BSD"
AUTHOR = "Bertram Scharpf <software@bertram-scharpf.de>"
TEAM = [ "Bertram Scharpf"]
HOMEPAGE = "http://www.bertram-scharpf.de/software/autorake"
end