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"
2024-04-30 09:14:52 +02:00
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9b9d97c72a232b7715f2aed4bf4a4d45"
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"
2024-08-04 18:21:52 +02:00
PV = "6.6.0"
SRCREV = "37eff7fa00de26db41183a3ad8ed0e9119fbc44b"
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 \
"