15 lines
370 B
Bash
15 lines
370 B
Bash
# Template file for 'ruby-thor'
|
|
pkgname=ruby-thor
|
|
version=0.20.3
|
|
revision=2
|
|
build_style=gem
|
|
short_desc="Toolkit for building powerful command-line interfaces"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://whatisthor.com/"
|
|
checksum=49bc217fe28f6af34c6e60b003e3405c27595a55689077d82e9e61d4d3b519fa
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|