From 65b665a586a29189137e90e132ecd91d6c2ee3c8 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 22:02:49 +0100 Subject: [PATCH] Add ruby-progressbar --- srcpkgs/ruby-progressbar/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-progressbar/template diff --git a/srcpkgs/ruby-progressbar/template b/srcpkgs/ruby-progressbar/template new file mode 100644 index 00000000000..0fb9d04f029 --- /dev/null +++ b/srcpkgs/ruby-progressbar/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-progressbar' +pkgname=ruby-progressbar +version=1.10.1 +revision=1 +archs=noarch +build_style=gem +short_desc="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/jfelchner/ruby-progressbar" +checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823 + +post_install() { + vlicense LICENSE.txt +}