Skip to content

Commit

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

# BEE_VERSION lohit-nepali-ttf-2.94.2-0

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

SRCURL+=(https://beehive.molgen.mpg.de/6f11930fc02228038cbb3f6782521c44/lohit-nepali-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-Nepali.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-nepali.conf ${D}/etc/fonts/conf.d
}

0 comments on commit 3a5353d

Please sign in to comment.