mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-09 03:58:26 +08:00
20 lines
389 B
Makefile
20 lines
389 B
Makefile
#
|
|
# Copyright (C) 2022 jjm2473 <jjm2473@gmail.com>
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Task library
|
|
LUCI_DEPENDS:=+luci-lib-xterm +taskd
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=1.0.13
|
|
PKG_RELEASE:=
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|