From 357656ad319fdf88cd427a1b0cffc5441a716890 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 1 Dec 2018 12:56:59 -0200 Subject: [PATCH] New package: ruby-thor-0.20.3 --- srcpkgs/ruby-thor/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/ruby-thor/template diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template new file mode 100644 index 00000000000..db2580f00d1 --- /dev/null +++ b/srcpkgs/ruby-thor/template @@ -0,0 +1,14 @@ +# Template file for 'ruby-thor' +pkgname=ruby-thor +version=0.20.3 +revision=1 +build_style=gem +short_desc="Toolkit for building powerful command-line interfaces" +maintainer="maxice8 " +license="MIT" +homepage="http://whatisthor.com/" +checksum=49bc217fe28f6af34c6e60b003e3405c27595a55689077d82e9e61d4d3b519fa + +post_install() { + vlicense LICENSE.md +}