From 47b29cf0298c7ff5e2ad06b0c50786fe89d3c30d Mon Sep 17 00:00:00 2001 From: nem Date: Sun, 3 May 2015 02:53:00 +0200 Subject: [PATCH] New package: urxvt-perls-2.2 --- srcpkgs/urxvt-perls/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/urxvt-perls/template diff --git a/srcpkgs/urxvt-perls/template b/srcpkgs/urxvt-perls/template new file mode 100644 index 00000000000..3553672443d --- /dev/null +++ b/srcpkgs/urxvt-perls/template @@ -0,0 +1,20 @@ +# Template file for 'urxvt-perls' +pkgname=urxvt-perls +version=2.2 +revision=1 +depends="rxvt-unicode perl xsel" +short_desc="Perl extensions for the rxvt-unicode terminal emulator" +maintainer="nem " +license="GPL-2" +distfiles="https://github.com/muennich/urxvt-perls/archive/${version}.tar.gz" +checksum="c184f9a188866fef333489323576e5d2808a1cbcdb5f69b9a0be5d5e1eff8b87" +homepage="https://github.com/muennich/urxvt-perls" +noarch=yes + +do_install() { + vlicense LICENSE + vinstall clipboard 644 usr/lib/urxvt/perl + vinstall keyboard-select 644 usr/lib/urxvt/perl + vinstall url-select 644 usr/lib/urxvt/perl + vdoc README.md +}