Files
openwrt-packages/luci-app-filebrowser/Makefile

23 lines
441 B
Makefile
Raw Normal View History

2024-07-11 00:41:35 +08:00
#
2024-10-14 08:36:44 +08:00
# Copyright (C) 2021 ImmortalWrt
# <https://immortalwrt.org>
#
# This is free software, licensed under the GNU General Public License v3.
2024-07-11 00:41:35 +08:00
#
2024-03-08 00:03:10 +08:00
include $(TOPDIR)/rules.mk
2024-07-11 00:41:35 +08:00
LUCI_TITLE:=LuCI Support for FileBrowser
LUCI_DEPENDS:=+filebrowser
LUCI_PKGARCH:=all
2024-04-14 15:47:41 +08:00
2024-10-14 08:36:44 +08:00
PKG_NAME:=luci-app-filebrowser
PKG_VERSION:=snapshot
PKG_RELEASE:=118071b
PKG_LICENSE:=GPLv3
2024-03-08 00:03:10 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature