From 6589910d45d337e93d4cfdec45225459ae257436 Mon Sep 17 00:00:00 2001 From: aktsbot Date: Sat, 18 Jul 2020 02:15:18 +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..74ae231b7a8 --- /dev/null +++ b/srcpkgs/font-manjari/template @@ -0,0 +1,23 @@ +# Template file for 'font-manjari' +pkgname=font-manjari +version=1.810 +revision=1 +archs="noarch" +create_wrksrc=yes +depends="font-util" +short_desc="Manjari: 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/-/blob/Version${version}/LICENSE.txt" +checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d + 2eca3edf8b11c104053a8491bd2abe7af5afb7e41226d897d8828fbc8aa3b7b3" +font_dirs="/usr/share/fonts/TTF" + +do_install() { + for f in *.ttf; do + vinstall $f 0644 /usr/share/fonts/TTF + done + vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt +}