From 8bea5cc135ded47617a01d8c910eab3d4b6fe556 Mon Sep 17 00:00:00 2001 From: Anton Baranov Date: Mon, 25 Apr 2022 14:16:39 -0400 Subject: [PATCH] New package: ruby-puppet-lint-2.5.2 Signed-off-by: Anton Baranov --- srcpkgs/ruby-puppet-lint/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ruby-puppet-lint/template diff --git a/srcpkgs/ruby-puppet-lint/template b/srcpkgs/ruby-puppet-lint/template new file mode 100644 index 000000000000..d60bcac0f135 --- /dev/null +++ b/srcpkgs/ruby-puppet-lint/template @@ -0,0 +1,17 @@ +# Template file for 'ruby-puppet-lint' +pkgname=ruby-puppet-lint +version=2.5.2 +revision=1 +wrksrc="puppet-lint-${version}" +build_style=gem +short_desc="Checks your Puppet manifests against the Puppetlabs style guide" +maintainer="Anton Baranov " +license="MIT" +homepage="https://github.com/puppetlabs/puppet-lint/" +changelog="https://raw.githubusercontent.com/puppetlabs/puppet-lint/master/CHANGELOG.md" +distfiles="https://rubygems.org/downloads/puppet-lint-${version}.gem" +checksum=3b41f054b1d7b4bfd041652647df8aef1eebd14d6c40b8b77920396a161b92e5 + +post_install() { + vlicense LICENSE +}