blob: c9cb74c9f75a35ade299f45a80632fffd2e54a80 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001require 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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070010SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21"
Patrick Williamsddad1a12017-02-23 20:36:32 -060011SRC_URI = "git://github.com/pravins/lohit.git;branch=master"
12
13DEPENDS = "fontforge-native"
14S = "${WORKDIR}/git"
15FONT_PACKAGES = "${PN}"
16FILES_${PN} = "${datadir}"
17
Andrew Geissler82c905d2020-04-13 13:39:40 -050018inherit python3native
Patrick Williamsddad1a12017-02-23 20:36:32 -060019
20do_compile() {
21 cd ${S}; make ttf;
22}
23