From 658a653d60aaeca1395d6fac37892c2c1572b3fe Mon Sep 17 00:00:00 2001 From: aktsbot Date: Sat, 18 Jul 2020 00:40:45 +0530 Subject: [PATCH] New package: font-manjari-1.810 --- srcpkgs/font-manjari/template | 20 ++++++++++++++++++++ 1 file changed, 20 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..de55fa5d4b8 --- /dev/null +++ b/srcpkgs/font-manjari/template @@ -0,0 +1,20 @@ +# Template file for 'font-manjari' +pkgname=font-manjari +version=1.810 +revision=1 +archs="noarch" +create_wrksrc=yes +hostmakedepends="unzip" +depends="font-util" +short_desc="Manjari: Malayalam font with smooth curves" +maintainer="Ashish Kurian Thomas " +license="SIL OPEN FONT LICENSE Version 1.1" +homepage="https://smc.org.in/fonts/manjari" +distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip" +checksum=f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d + +do_install() { + for f in *.ttf; do + vinstall $f 0644 /usr/share/fonts/TTF + done +}