xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require ttf.inc
2
3SUMMARY = "The project goal is to improve existing offerings of the fonts \
4- making sure the Lohit fonts deliver the best available quality and functions \
5to the community."
6HOMEPAGE = "https://fedorahosted.org/lohit"
7LICENSE = "OFL-1.1"
8LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402"
9
10SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21"
11SRC_URI = "git://github.com/pravins/lohit.git;branch=master;protocol=https"
12
13DEPENDS = "fontforge-native"
14S = "${WORKDIR}/git"
15FONT_PACKAGES = "${PN}"
16FILES:${PN} = "${datadir}"
17
18inherit python3native
19
20do_compile() {
21    cd ${S}; make ttf;
22}
23
24