From dfe741eb75e3c2c4b9327c8fbc132a51fe07943d Mon Sep 17 00:00:00 2001 From: aktsbot Date: Thu, 23 Jul 2020 15:49:08 +0530 Subject: [PATCH] New package: font-manjari-1.810 --- srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/font-manjari/template diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template new file mode 100644 index 00000000000..395dec5105a --- /dev/null +++ b/srcpkgs/font-manjari/template @@ -0,0 +1,23 @@ +# Template file for 'font-manjari' +pkgname=font-manjari +version=1.810 +revision=2 +archs="noarch" +create_wrksrc=yes +depends="font-util" +short_desc="Malayalam font with smooth curves" +maintainer="Ashish Kurian Thomas " +license="OFL-1.1" +homepage="https://smc.org.in/fonts/manjari" +distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip + https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt" +checksum="ade6ba3006c0cbd01d90084d9a5119a22db996a603bf82b68d94fdcfed750cf2 + 94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591" +font_dirs="/usr/share/fonts/TTF" + +do_install() { + for f in *.ttf; do + vinstall $f 0644 usr/share/fonts/TTF + done + vlicense LICENSE.txt +}