kiddin9-packages/luci-app-openai/Makefile
github-actions[bot] 0a6feb995a 💋 Sync 2024-07-25 03:03:44
2024-07-25 03:03:44 +08:00

24 lines
497 B
Makefile

# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-openai
LUCI_TITLE:=LuCI support for OpenAI
LUCI_DEPENDS:=+openai +luci-compat
define Package/$(PKG_NAME)/postinst
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-openai ) && rm -f /etc/uci-defaults/luci-openai
exit 0
}
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature