generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/vuejs-router/Config.in
Normal file
6
package/vuejs-router/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_VUEJS_ROUTER
|
||||
bool "vuejs-router"
|
||||
help
|
||||
The official router for Vue.js.
|
||||
|
||||
http://router.vuejs.org
|
||||
3
package/vuejs-router/vuejs-router.hash
Normal file
3
package/vuejs-router/vuejs-router.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 59d6f3e237e68953fc4e4e22463b487b9fde5733b3ff3392eec488c0cc84976b vue-router-4.0.15.tgz
|
||||
sha256 9c0015250f592a09d7787efc07152afcf661fff6bda2554359f6d00987828c02 LICENSE
|
||||
19
package/vuejs-router/vuejs-router.mk
Normal file
19
package/vuejs-router/vuejs-router.mk
Normal file
@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# vuejs-router
|
||||
#
|
||||
################################################################################
|
||||
|
||||
VUEJS_ROUTER_VERSION = 4.0.15
|
||||
VUEJS_ROUTER_SOURCE = vue-router-$(VUEJS_ROUTER_VERSION).tgz
|
||||
VUEJS_ROUTER_SITE = https://registry.npmjs.org/vue-router/-
|
||||
VUEJS_ROUTER_LICENSE = MIT
|
||||
VUEJS_ROUTER_LICENSE_FILES = LICENSE
|
||||
|
||||
# Install .prod.js as .js
|
||||
define VUEJS_ROUTER_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 644 -D $(@D)/dist/vue-router.global.prod.js \
|
||||
$(TARGET_DIR)/var/www/vue-router.js
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user