op-packages/luci-app-webvirtcloud/Makefile
2026-06-30 01:11:33 +08:00

25 lines
476 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=0.8.5~20241221-r1
PKG_RELEASE:=4
LUCI_TITLE:=LuCI support for webvirtcloud
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd +vmease
define Package/luci-app-webvirtcloud/conffiles
/etc/config/webvirtcloud
endef
define Package/luci-app-webvirtcloud/prerm
#!/bin/sh
/usr/libexec/istorec/webvirtcloud.sh stop
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature