kenzok8-package/luci-app-easyupdate/Makefile

18 lines
395 B
Makefile
Raw Permalink Normal View History

2021-09-08 15:15:02 +08:00
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2021-12-04 09:01:13 +08:00
LUCI_TITLE:=LuCI support for EasyUpdate From sundaqiang
2022-03-24 09:09:49 +08:00
LUCI_DEPENDS:=+bash +curl
2021-09-08 15:15:02 +08:00
LUCI_PKGARCH:=all
2021-12-04 09:01:13 +08:00
PKG_VERSION:=1.0
PKG_RELEASE:=20211125
PKG_MAINTAINER:=sundaqiang
2021-09-08 15:15:02 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature