Skip to content
Permalink
7804f95c55
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 38 lines (27 sloc) 799 Bytes
#!/usr/bin/env beesh
# BEE_VERSION lohit-bengali-ttf-2.91.5-0
# more info: https://pagure.io/lohit/
SRCURL+=(https://beehive.molgen.mpg.de/7c8e0e7eac003aa387bb5ca777296c03/lohit-bengali-ttf-2.91.5.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-Bengali.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-bengali.conf ${D}/etc/fonts/conf.d
}