From 86bf72df3d71fdc267676218a281369ae2e50ffc 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] New package: urxvt-font-size-1.3 --- srcpkgs/urxvt-font-size/template | 21 +++++++++++++++++++++ 1 file changed, 21 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..8497b1db655 --- /dev/null +++ b/srcpkgs/urxvt-font-size/template @@ -0,0 +1,21 @@ +# Template file for 'urxvt-font-size' +pkgname=urxvt-font-size +version=1.3 +revision=1 +archs="i686 x86_64" +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 +}