From f264c2fca86d34340907329f7a9dcd478718b5f5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 5 Jan 2023 12:53:04 +0100 Subject: [PATCH] lohit-marathi-ttf: Add version 2.94.2 https://pagure.io/lohit --- lohit-marathi-ttf.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 lohit-marathi-ttf.be0 diff --git a/lohit-marathi-ttf.be0 b/lohit-marathi-ttf.be0 new file mode 100755 index 000000000..a11586ba2 --- /dev/null +++ b/lohit-marathi-ttf.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION lohit-marathi-ttf-2.94.2-0 + +# more info: https://pagure.io/lohit/ + +SRCURL+=(https://beehive.molgen.mpg.de/252ca6bbc317b73e27656bd6f6d73dba/lohit-marathi-ttf-2.94.2.tar.gz) + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + FONTSDIR=${DATADIR}/fonts + install -d -v --mode=755 ${D}${FONTSDIR}/lohit/ + cp -av ${S}/Lohit-Marathi.ttf ${D}${FONTSDIR}/lohit/ + install -d -v --mode=755 ${D}${DATADIR}/fontconfig/conf.avail/ + install -d -v --mode=755 ${D}/etc/fonts/conf.d/ + ln -s ${DATADIR}/fontconfig/conf.avail/66-lohit-marathi.conf ${D}/etc/fonts/conf.d +}