meta-wayland/recipes-extended/font-awesome/font-awesome-otf_git.bb

29 lines
568 B
BlitzBasic
Raw Normal View History

2021-06-02 17:36:25 +02:00
SUMMARY = "Font Awesome"
HOMEPAGE = "https://fontawesome.com/"
SECTION = "base/fonts"
LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e3494502db283e8891d4886fe445912"
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=master \
2021-06-02 17:36:25 +02:00
"
S = "${WORKDIR}/git"
2021-09-07 13:31:45 +02:00
PV = "5.15.4"
SRCREV = "7d3d774145ac38663f6d1effc6def0334b68ab7e"
2021-06-02 17:36:25 +02:00
do_install () {
install -d ${D}${datadir}/fonts/opentype
for font in ${S}/otfs/*.otf; do
install -m 0644 "$font" ${D}${datadir}/fonts/opentype
done
}
2021-08-07 06:23:26 +02:00
FILES:${PN} = " \
2021-06-02 17:36:25 +02:00
${datadir}/fonts \
"