diff --git a/lohit-tamil-ttf.be0 b/lohit-tamil-ttf.be0 new file mode 100755 index 000000000..e946b2a29 --- /dev/null +++ b/lohit-tamil-ttf.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION lohit-tamil-ttf-2.91.3-0 + +# more info: https://pagure.io/lohit/ + +SRCURL+=(https://beehive.molgen.mpg.de/972c4d992e8506e0af4604a52315b174/lohit-tamil-ttf-2.91.3.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-Tamil.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-tamil.conf ${D}/etc/fonts/conf.d +}