From 4ab5b8982a9362aa4f999902d20d84d7f52488e9 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 2 Feb 2019 06:37:41 -0200 Subject: [PATCH] New package: ruby-rb-readline-0.5.5 --- srcpkgs/ruby-rb-readline/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ruby-rb-readline/template diff --git a/srcpkgs/ruby-rb-readline/template b/srcpkgs/ruby-rb-readline/template new file mode 100644 index 00000000000..82b49afba33 --- /dev/null +++ b/srcpkgs/ruby-rb-readline/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-rb-readline' +pkgname=ruby-rb-readline +version=0.5.5 +revision=1 +noarch=yes +build_style=gem +depends="ruby" +short_desc="Pure Ruby implementation of GNU readline library" +maintainer="maxice8 " +license="BSD-3-Clause" +homepage="http://github.com/ConnorAtherton/rb-readline" +checksum=9e9bd7e198bdef0822c46902f6c592b882c1f9777894a4c3dcf5b320824a8793 + +post_install() { + vlicense LICENSE +}