Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Recipe created by recipetool
- # This is the basis of a recipe and may need further editing in order to be fully functional.
- # (Feel free to remove these comments when editing.)
- SUMMARY = "HomeKit support for the impatient"
- # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
- # your responsibility to verify that the values are complete and correct.
- #
- # The following license files were not able to be identified and are
- # represented as "Unknown" below, you will need to check them yourself:
- # LICENSE
- # node_modules/hap-nodejs/LICENSE
- # node_modules/hap-nodejs/node_modules/curve25519-n2/LICENSE
- # node_modules/hap-nodejs/node_modules/curve25519-n2/node_modules/nan/LICENSE.md
- # node_modules/hap-nodejs/node_modules/ed25519/LICENSE
- # node_modules/hap-nodejs/node_modules/ed25519/node_modules/nan/LICENSE.md
- # node_modules/hap-nodejs/node_modules/decimal.js/LICENCE.md
- # node_modules/hap-nodejs/node_modules/mdns/node_modules/nan/LICENSE.md
- # node_modules/hap-nodejs/node_modules/buffer-shims/license.md
- # node_modules/qrcode-terminal/LICENSE
- #
- # NOTE: multiple licenses have been detected; they have been separated with &
- # in the LICENSE value for now since it is a reasonable assumption that all
- # of the licenses apply. If instead there is a choice between the multiple
- # licenses then you should change the value to separate the licenses with |
- # instead of &. If there is any doubt, check the accompanying documentation
- # to determine which situation is applicable.
- LICENSE = "BSD & ISC & MIT & Apache-2.0 & BSD-2-Clause & Unknown"
- LIC_FILES_CHKSUM = "file://LICENSE;md5=34f8c1142fd6208a8be89399cb521df9 \
- file://node_modules/semver/LICENSE;md5=82703a69f6d7411dde679954c2fd9dca \
- file://node_modules/commander/LICENSE;md5=25851d4d10d6611a12d5571dab945a00 \
- file://node_modules/commander/node_modules/graceful-readlink/LICENSE;md5=b0270ddb7ee6643eee76e80113234806 \
- file://node_modules/hap-nodejs/LICENSE;md5=34f8c1142fd6208a8be89399cb521df9 \
- file://node_modules/hap-nodejs/node_modules/curve25519-n2/LICENSE;md5=dc7edaeb6a5b5ebc70186c68d9082c56 \
- file://node_modules/hap-nodejs/node_modules/curve25519-n2/node_modules/nan/LICENSE.md;md5=d7425f79f415dec8f013aa2869dd7a4e \
- file://node_modules/hap-nodejs/node_modules/ed25519/LICENSE;md5=44831942ec76d6c539a669abe0abe3fa \
- file://node_modules/hap-nodejs/node_modules/ed25519/node_modules/nan/LICENSE.md;md5=d7425f79f415dec8f013aa2869dd7a4e \
- file://node_modules/hap-nodejs/node_modules/debug/LICENSE;md5=ddd815a475e7338b0be7a14d8ee35a99 \
- file://node_modules/hap-nodejs/node_modules/debug/node_modules/ms/license.md;md5=fd56fd5f1860961dfa92d313167c37a6 \
- file://node_modules/hap-nodejs/node_modules/decimal.js/LICENCE.md;md5=7aba9c838f42a1728ab41fd2dde5adca \
- file://node_modules/hap-nodejs/node_modules/node-persist/node_modules/q/LICENSE;md5=007eeb0530ef13fc1dc164e14af28a64 \
- file://node_modules/hap-nodejs/node_modules/node-persist/node_modules/mkdirp/LICENSE;md5=b2d989bc186e7f6b418a5fdd5cc0b56b \
- file://node_modules/hap-nodejs/node_modules/node-persist/node_modules/mkdirp/node_modules/minimist/LICENSE;md5=aea1cde69645f4b99be4ff7ca9abcce1 \
- file://node_modules/hap-nodejs/node_modules/mdns/LICENSE;md5=f8b826cbf7f10e902fb7c3e8fc844d4d \
- file://node_modules/hap-nodejs/node_modules/mdns/node_modules/nan/LICENSE.md;md5=365dd94f3b619ca5566e5fb51f32c0e6 \
- file://node_modules/hap-nodejs/node_modules/buffer-shims/license.md;md5=e04ef9ec24d382b7576c997066a44835 \
- file://node_modules/hap-nodejs/node_modules/fast-srp-hap/LICENSE;md5=ebe2e123fdf76caa6bf6762e1133b698 \
- file://node_modules/chalk/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/supports-color/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/ansi-styles/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/strip-ansi/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/escape-string-regexp/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/has-ansi/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/license;md5=a12ebca0510a773644101a99a867d210 \
- file://node_modules/node-persist/node_modules/q/LICENSE;md5=007eeb0530ef13fc1dc164e14af28a64 \
- file://node_modules/node-persist/node_modules/mkdirp/LICENSE;md5=b2d989bc186e7f6b418a5fdd5cc0b56b \
- file://node_modules/qrcode-terminal/LICENSE;md5=beed67299fff1e7b91b5e4c3e43b505b \
- file://devPlugins/homebridge-suncalc/LICENSE;md5=3ab2abb791d0f1b22e2ce81669854c30"
- SRC_URI = "npm://registry.npmjs.org;name=homebridge;version=${PV}"
- NPM_SHRINKWRAP := "${THISDIR}/${PN}/npm-shrinkwrap.json"
- NPM_LOCKDOWN := "${THISDIR}/${PN}/lockdown.json"
- inherit npm
- # Must be set after inherit npm since that itself sets S
- S = "${WORKDIR}/npmpkg"
- LICENSE_${PN}-chalk-ansi-styles = "MIT"
- LICENSE_${PN}-chalk-escape-string-regexp = "MIT"
- LICENSE_${PN}-chalk-has-ansi-ansi-regex = "MIT"
- LICENSE_${PN}-chalk-has-ansi = "MIT"
- LICENSE_${PN}-chalk-strip-ansi-ansi-regex = "MIT"
- LICENSE_${PN}-chalk-strip-ansi = "MIT"
- LICENSE_${PN}-chalk-supports-color = "MIT"
- LICENSE_${PN}-chalk = "MIT"
- LICENSE_${PN}-commander-graceful-readlink = "MIT"
- LICENSE_${PN}-commander = "MIT"
- LICENSE_${PN}-hap-nodejs-buffer-shims = "MIT"
- LICENSE_${PN}-hap-nodejs-curve25519-n2-bindings = "MIT"
- LICENSE_${PN}-hap-nodejs-curve25519-n2-nan = "MIT"
- LICENSE_${PN}-hap-nodejs-curve25519-n2 = "ISC"
- LICENSE_${PN}-hap-nodejs-debug-ms = "MIT"
- LICENSE_${PN}-hap-nodejs-debug = "MIT"
- LICENSE_${PN}-hap-nodejs-decimal.js = "MIT"
- LICENSE_${PN}-hap-nodejs-ed25519-bindings = "MIT"
- LICENSE_${PN}-hap-nodejs-ed25519-nan = "MIT"
- LICENSE_${PN}-hap-nodejs-ed25519 = "BSD-2-Clause"
- LICENSE_${PN}-hap-nodejs-fast-srp-hap = "MIT"
- LICENSE_${PN}-hap-nodejs-ip = "MIT"
- LICENSE_${PN}-hap-nodejs-mdns-bindings = "MIT"
- LICENSE_${PN}-hap-nodejs-mdns-nan = "MIT"
- LICENSE_${PN}-hap-nodejs-mdns = "MIT"
- LICENSE_${PN}-hap-nodejs-node-persist-mkdirp-minimist = "MIT"
- LICENSE_${PN}-hap-nodejs-node-persist-mkdirp = "MIT"
- LICENSE_${PN}-hap-nodejs-node-persist-q = "MIT"
- LICENSE_${PN}-hap-nodejs-node-persist = "MIT"
- LICENSE_${PN}-hap-nodejs = "Apache-2.0"
- LICENSE_${PN}-node-persist-mkdirp = "MIT"
- LICENSE_${PN}-node-persist-q = "MIT"
- LICENSE_${PN}-node-persist = "BSD"
- LICENSE_${PN}-qrcode-terminal = "Unknown"
- LICENSE_${PN}-semver = "ISC"
- LICENSE_${PN} = "Unknown MIT"
- DEPENDS = "avahi"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement