Skip to content

Commit

Permalink
lohit-tamil-ttf: Add version 2.91.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 5, 2023
1 parent e2f901b commit 3ecfdc1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions lohit-tamil-ttf.be0
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 3ecfdc1

Please sign in to comment.