mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
20 lines
341 B
Makefile
20 lines
341 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.1.1-20240822
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for jackett
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
|
|
|
|
define Package/luci-app-jackett/conffiles
|
|
/etc/config/jackett
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|