From a332db4daa25c126304bc1c5b8857fee5eb6a93c Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 3 Aug 2015 23:19:41 -0300 Subject: [PATCH] New package: font-hermit-otf-1.21 --- srcpkgs/font-hermit-otf/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/font-hermit-otf/template diff --git a/srcpkgs/font-hermit-otf/template b/srcpkgs/font-hermit-otf/template new file mode 100644 index 0000000000..6e04b1acfe --- /dev/null +++ b/srcpkgs/font-hermit-otf/template @@ -0,0 +1,22 @@ +# Template file for 'font-hermit-otf' +pkgname=font-hermit-otf +version=1.21 +revision=1 +license="OFL-1.1" +depends="font-util xbps-triggers" +noarch="yes" +hostmakedepends="unzip" +font_dirs="/usr/share/fonts/OTF" +create_wrksrc=yes +short_desc="A monospace font designed to be clear, pragmatic and very readable" +maintainer="Diogo Leal " +homepage="https://pcaro.es/p/hermit/" +distfiles="https://pcaro.es/d/otf-hermit-${version}.tar.gz" +checksum=2966e83f012e6a31a861e3afdcb89d157f12b307f2367303d58be364d4308b85 + +do_install() { + vmkdir usr/share/fonts/OTF + vinstall Hermit-bold.otf 644 usr/share/fonts/OTF + vinstall Hermit-light.otf 644 usr/share/fonts/OTF + vinstall Hermit-medium.otf 644 usr/share/fonts/OTF +}