small-package/luci-app-webvirtcloud/Makefile

25 lines
474 B
Makefile
Raw Normal View History

2023-12-01 23:35:40 +08:00
include $(TOPDIR)/rules.mk
2024-12-21 12:23:43 +08:00
PKG_VERSION:=0.8.5-20241221-1
2023-12-01 23:35:40 +08:00
PKG_RELEASE:=
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
2024-12-21 12:23:43 +08:00
define Package/luci-app-webvirtcloud/prerm
#!/bin/sh
/usr/libexec/istorec/webvirtcloud.sh stop
exit 0
endef
2023-12-01 23:35:40 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature