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

29 lines
576 B
BlitzBasic
Raw Normal View History

2021-06-02 17:36:25 +02:00
SUMMARY = "Font Awesome"
HOMEPAGE = "https://fontawesome.com/"
SECTION = "base/fonts"
2022-04-26 15:29:19 +02:00
LICENSE = "CC-BY-4.0 & OFL-1.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57f9201afe70f877988912a7b233de47"
2021-06-02 17:36:25 +02:00
SRC_URI = " \
2022-02-21 09:05:10 +01:00
git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=6.x \
2021-06-02 17:36:25 +02:00
"
S = "${WORKDIR}/git"
2022-10-16 08:10:21 +02:00
PV = "6.2.0"
SRCREV = "d3a7818c253fcbafff9ebd1d4abb2866c192e1d7"
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 \
"