highlight.js: initial add 9.16.2

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-25 00:03:13 +01:00
parent 665a4f94fe
commit 3e84c8f5ad
2 changed files with 4226 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,20 @@
SUMMARY = "Syntax highlighting with language autodetection"
HOMEPAGE = "https://highlightjs.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1536cfb4c71fcc69423296231a64c1c4"
inherit npm
SRC_URI = "git://github.com/highlightjs/highlight.js;protocol=https"
PV = "9.16.2"
SRCREV = "70f76a058d9740636dad13ec894d5825ca9b40fe"
S = "${WORKDIR}/git"
# devtool crashes currrently on lockdown creation
#NPM_LOCKDOWN := "${THISDIR}/${BPN}/package-lock.json"
NPM_SHRINKWRAP := "${THISDIR}/${PN}/npm-shrinkwrap.json"
do_install_append() {
# TODO proper fix - all nodejs recipes share this problem attow
chown -R root:root ${D}/${NPM_INSTALLDIR}
}