You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
500 B
Makefile
20 lines
500 B
Makefile
1 year ago
|
#
|
||
|
# Copyright (c) 2017-2019, The xterm.js authors (MIT License)
|
||
|
# Copyright (c) 2014-2017, SourceLair, Private Company (www.sourcelair.com) (MIT License)
|
||
|
# Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
||
|
#
|
||
|
# This is free software, licensed under the MIT License.
|
||
|
#
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=Xterm.js library
|
||
|
LUCI_DEPENDS:=
|
||
|
|
||
|
PKG_LICENSE:=MIT
|
||
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|