From b7fe483875f512bd230aabb16de70464085f7f56 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 6 Dec 2019 21:58:00 -0600 Subject: [PATCH] New package: ruby-rubysl-singleton-2.0.0 Signed-off-by: Nathan Owens --- srcpkgs/ruby-rubysl-singleton/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ruby-rubysl-singleton/template diff --git a/srcpkgs/ruby-rubysl-singleton/template b/srcpkgs/ruby-rubysl-singleton/template new file mode 100644 index 00000000000..8f3883d9b7f --- /dev/null +++ b/srcpkgs/ruby-rubysl-singleton/template @@ -0,0 +1,18 @@ +# Template file for 'ruby-rubysl-singleton' +pkgname=ruby-rubysl-singleton +version=1.0.0 +revision=1 +archs="noarch" +build_style=gemspec +hostmakedepends="ruby" +depends="ruby" +short_desc="Ruby standard library singleton" +maintainer="Nathan Owens " +license="BSD-3-Clause" +homepage="https://rubygems.org/gems/rubysl-singleton/" +distfiles="https://rubygems.org/downloads/rubysl-singleton-${version}.gem" +checksum=9791dce1893238edae2a894f52de5e2ff433e3556acf347c34ddd4b9cc58f783 + +post_install() { + vlicense LICENSE +}