You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
426 B
Makefile
21 lines
426 B
Makefile
#
|
|
# Copyright (C) 2022 jason <ops@privatemail.com>
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
PKG_VERSION=2.0.2
|
|
PKG_RELEASE:=0
|
|
|
|
LUCI_TITLE:=Task library
|
|
LUCI_DEPENDS:=+luci-lib-xterm +taskd
|
|
LUCI_EXTRA_DEPENDS:=taskd (>=1.0.3-1)
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_MAINTAINER:=jason <ops@privatemail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|