small-package/luci-app-filebrowser/Makefile

23 lines
441 B
Makefile
Raw Normal View History

2021-09-08 15:15:02 +08:00
#
2022-03-18 19:51:27 +08:00
# Copyright (C) 2021 ImmortalWrt
# <https://immortalwrt.org>
#
# This is free software, licensed under the GNU General Public License v3.
2021-09-08 15:15:02 +08:00
#
include $(TOPDIR)/rules.mk
2022-03-18 19:51:27 +08:00
LUCI_TITLE:=LuCI Support for FileBrowser
LUCI_DEPENDS:=+filebrowser
2021-09-08 15:15:02 +08:00
LUCI_PKGARCH:=all
2022-03-18 19:51:27 +08:00
PKG_NAME:=luci-app-filebrowser
PKG_VERSION:=snapshot
PKG_RELEASE:=118071b
2021-09-08 15:15:02 +08:00
2022-03-18 19:51:27 +08:00
PKG_LICENSE:=GPLv3
2021-09-08 15:15:02 +08:00
2022-04-15 19:00:01 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
2021-09-24 23:37:27 +08:00
2022-03-18 19:51:27 +08:00
# call BuildPackage - OpenWrt buildroot signature