8 pname = "urxvt-resize-font";
9 version = "2019-10-05";
10 dontPatchShebangs = true;
12 src = fetchFromGitHub {
14 repo = "urxvt-resize-font";
15 rev = "e966a5d77264e9263bfc8a51e160fad24055776b";
16 sha256 = "18ab3bsfdkzzh1n9fpi2al5bksvv2b7fjmvxpx6fzqcy4bc64vkh";
20 mkdir -p $out/lib/urxvt/perl
21 cp resize-font $out/lib/urxvt/perl
25 description = "URxvt Perl extension for resizing the font";
26 homepage = "https://github.com/simmel/urxvt-resize-font";
27 license = licenses.mit;
28 maintainers = with maintainers; [ rnhmjoj ];
29 platforms = platforms.unix;