mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
update 2024-12-19 12:24:43
This commit is contained in:
parent
464f01e91e
commit
bf3d0fe2dc
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) 2023 muink <https://github.com/muink>
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the Apache License, Version 2.0
|
# Copyright (C) 2023-2024 muink <https://github.com/muink>
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2024 Anya Lin <hukk1996@gmail.com>
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=FullCombo Mihomo supplies maximum customization on OpenWrt.
|
LUCI_TITLE:=FullCombo Mihomo supplies maximum customization on OpenWrt.
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Tiny File Manager by prasathmani <https://tinyfilemanager.github.io>
|
# SPDX-License-Identifier: GPL-3.0
|
||||||
|
#
|
||||||
# Copyright (C) 2022-2024 muink <https://github.com/muink>
|
# Copyright (C) 2022-2024 muink <https://github.com/muink>
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v3.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_NAME:=luci-app-tinyfilemanager
|
LUCI_NAME:=luci-app-tinyfilemanager
|
||||||
@ -15,6 +13,9 @@ LUCI_DEPENDS:=+php8 +php8-cgi +php8-fastcgi +php8-fpm +php8-mod-session +php8-mo
|
|||||||
|
|
||||||
LUCI_DESCRIPTION:=A Web based File Manager in PHP
|
LUCI_DESCRIPTION:=A Web based File Manager in PHP
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
|
||||||
|
PKG_LICENSE:=GPL-3.0
|
||||||
|
|
||||||
PKG_UNPACK=$(CURDIR)/.prepare.sh $(PKG_NAME) $(CURDIR) $(PKG_BUILD_DIR)
|
PKG_UNPACK=$(CURDIR)/.prepare.sh $(PKG_NAME) $(CURDIR) $(PKG_BUILD_DIR)
|
||||||
|
|
||||||
define Package/$(LUCI_NAME)/conffiles
|
define Package/$(LUCI_NAME)/conffiles
|
||||||
|
@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
GEOIP_VER:=202412120057
|
GEOIP_VER:=202412190056
|
||||||
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
|
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
|
||||||
define Download/geoip
|
define Download/geoip
|
||||||
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
|
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
|
||||||
URL_FILE:=geoip.dat
|
URL_FILE:=geoip.dat
|
||||||
FILE:=$(GEOIP_FILE)
|
FILE:=$(GEOIP_FILE)
|
||||||
HASH:=5a184de8e36b5b131e405eb1078856703c0727f097636529cbbe47f38f2fe92d
|
HASH:=b75b994afcbb82f0b417001c015fa64e832bb6e66faf3a69ad4e423c9b29a463
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GEOSITE_VER:=20241210004721
|
GEOSITE_VER:=20241210004721
|
||||||
|
Loading…
Reference in New Issue
Block a user