build = { ["modules"] = { ["mod_admin_web2"] = "mod_admin_web2.lua"; }; ["platforms"] = { ["unix"] = { ["type"] = "command"; ["build_command"] = "cd admin_web2; sh get_deps.sh"; ["install_command"] = "cd admin_web2;cp mod_admin_web2.lua $(LUADIR);cp -r www_files $(PREFIX);"; }; }; ["type"] = "builtin"; } package = "mod_admin_web2" version = "2-1" source = { ["dir"] = "Community-Modules-c4d3f0c208e9/mod_admin_web2"; ["file"] = "prosody-modules-c4d3f0c208e9.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/c4d3f0c208e9.tar.gz/mod_admin_web2"; } description = { ["summary"] = "Web administration interface"; ["homepage"] = "https://modules.prosody.im/mod_admin_web2.html"; ["license"] = "MIT"; }