meta-wayland/recipes-extended/font-awesome/font-awesome-otf_git.bb
Markus Volk 49dbb1b91d avoid tags in SRCREV
update some recipes on the way
2022-02-01 05:08:34 +01:00

29 lines
568 B
BlitzBasic

SUMMARY = "Font Awesome"
HOMEPAGE = "https://fontawesome.com/"
SECTION = "base/fonts"
LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e3494502db283e8891d4886fe445912"
SRC_URI = " \
git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=master \
"
S = "${WORKDIR}/git"
PV = "5.15.4"
SRCREV = "7d3d774145ac38663f6d1effc6def0334b68ab7e"
do_install () {
install -d ${D}${datadir}/fonts/opentype
for font in ${S}/otfs/*.otf; do
install -m 0644 "$font" ${D}${datadir}/fonts/opentype
done
}
FILES:${PN} = " \
${datadir}/fonts \
"