mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
22 lines
538 B
Makefile
22 lines
538 B
Makefile
|
# SPDX-License-Identifier: GPL-3.0-only
|
||
|
#
|
||
|
# Copyright (C) 2021-2022 sirpdboy <herboy2008@gmail.com> https://github.com/sirpdboy/chatgpt-web.git
|
||
|
#
|
||
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||
|
#
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_NAME:=luci-app-chatgpt
|
||
|
PKG_VERSION:=1.1.3
|
||
|
PKG_RELEASE:=16
|
||
|
|
||
|
LUCI_TITLE:=LuCI Support for chatgpt-web Client
|
||
|
LUCI_PKGARCH:=all
|
||
|
|
||
|
define Package/$(PKG_NAME)/conffiles
|
||
|
/etc/config/chatgpt-web
|
||
|
endef
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|