Skip to content

Commit

Permalink
lohit-telugu-ttf: Add version 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 5, 2023
1 parent 3ecfdc1 commit b01b070
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions lohit-telugu-ttf.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION lohit-telugu-ttf-2.5.5-0

# more info: https://pagure.io/lohit/

SRCURL+=(https://beehive.molgen.mpg.de/0e5d926d893bc01870e020a92ef5cfd9/lohit-telugu-ttf-2.5.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-Telugu.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-telugu.conf ${D}/etc/fonts/conf.d
}

0 comments on commit b01b070

Please sign in to comment.