mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
22 lines
534 B
Makefile
22 lines
534 B
Makefile
#
|
|
# 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_VERSION:=4.18.0
|
|
PKG_RELEASE:=
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|