From 053f0039dee39eff77d495c693208c773c498cb0 Mon Sep 17 00:00:00 2001 From: tommyjanna <25873341+tommyjanna@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:02:49 -0500 Subject: [PATCH] urxvt-font-size: update to 1.3. --- srcpkgs/urxvt-font-size/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/urxvt-font-size/template diff --git a/srcpkgs/urxvt-font-size/template b/srcpkgs/urxvt-font-size/template new file mode 100644 index 00000000000..29a2370a5b0 --- /dev/null +++ b/srcpkgs/urxvt-font-size/template @@ -0,0 +1,20 @@ +# Template file for 'urxvt-font-size' +pkgname=urxvt-font-size +version=1.3 +revision=1 +depends="rxvt-unicode perl" +short_desc="Extension for rxvt-unicode to control font size" +maintainer="Tommy Janna " +license="MIT" +homepage="https://github.com/majutsushi/urxvt-font-size" +distfiles="https://github.com/majutsushi/urxvt-font-size/archive/v${version}.tar.gz" +checksum=98bddf0dbad4e11231b07121c1c10b10116985f0ae6019173b10eaa23491a4af + +do_install() { + vinstall font-size 644 usr/lib/urxvt/perl +} + +post_install() { + vdoc README.markdown + vlicense LICENSE +}