mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
26
recipes-extended/font-awesome/font-awesome-otf_6.6.0.bb
Normal file
26
recipes-extended/font-awesome/font-awesome-otf_6.6.0.bb
Normal file
@ -0,0 +1,26 @@
|
||||
SUMMARY = "Font Awesome"
|
||||
|
||||
HOMEPAGE = "https://fontawesome.com/"
|
||||
SECTION = "base/fonts"
|
||||
|
||||
LICENSE = "CC-BY-4.0 & OFL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9b9d97c72a232b7715f2aed4bf4a4d45"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/FortAwesome/Font-Awesome.git;protocol=https;branch=6.x \
|
||||
"
|
||||
|
||||
SRCREV = "37eff7fa00de26db41183a3ad8ed0e9119fbc44b"
|
||||
|
||||
|
||||
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 \
|
||||
"
|
||||
|
Reference in New Issue
Block a user