mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/jquery-sidebar/Config.in
Normal file
6
package/jquery-sidebar/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_JQUERY_SIDEBAR
|
||||
bool "jquery-sidebar"
|
||||
help
|
||||
A stupid simple sidebar jQuery plugin.
|
||||
|
||||
http://jillix.github.io/jQuery-sidebar/
|
||||
2
package/jquery-sidebar/jquery-sidebar.hash
Normal file
2
package/jquery-sidebar/jquery-sidebar.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 c96e46439a87555f2200442f597cce64f21f81f94d7601ddfc3b837913ddb42f jquery-sidebar-3.3.2.tar.gz
|
||||
17
package/jquery-sidebar/jquery-sidebar.mk
Normal file
17
package/jquery-sidebar/jquery-sidebar.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# jquery-sidebar
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JQUERY_SIDEBAR_VERSION = 3.3.2
|
||||
JQUERY_SIDEBAR_SITE = $(call github,jillix,jQuery-sidebar,$(JQUERY_SIDEBAR_VERSION))
|
||||
JQUERY_SIDEBAR_LICENSE = MIT
|
||||
JQUERY_SIDEBAR_LICENSE_FILES = LICENSE
|
||||
|
||||
define JQUERY_SIDEBAR_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/src/jquery.sidebar.min.js \
|
||||
$(TARGET_DIR)/var/www/jquery-plugins/sidebar/jquery.sidebar.min.js
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user