kenzok8-package/luci-app-lucky/Makefile

25 lines
574 B
Makefile
Raw Normal View History

2023-01-31 01:08:57 +08:00
# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2021-2022 sirpdboy <herboy2008@gmail.com> https://github.com/sirpdboy/luci-app-lucky
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-lucky
2024-02-27 15:28:09 +08:00
PKG_VERSION:=1.2.0
PKG_RELEASE:=8
2023-01-31 01:08:57 +08:00
LUCI_TITLE:=LuCI Support for Dynamic lucky Client
LUCI_DEPENDS:=+lucky
LUCI_PKGARCH:=all
2023-03-21 23:35:44 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/lucky
/etc/lucky/lucky.conf
endef
2023-01-31 01:08:57 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature