# HG changeset patch # User Kim Alvefur # Date 1602152448 -7200 # Node ID bcff0e8b7b4d80d303cc288b789a950fbfc8c8ac # Parent bbd584cee0429a0d2c9426ab20cd6321c9efdee4 mod_admin_web: Include build instructions in metadata This should make it produce an installable luarock, and even fetch the dependencies on install. diff -r bbd584cee042 -r bcff0e8b7b4d mod_admin_web/README.markdown --- a/mod_admin_web/README.markdown Wed Oct 07 15:42:30 2020 +0100 +++ b/mod_admin_web/README.markdown Thu Oct 08 12:20:48 2020 +0200 @@ -2,6 +2,15 @@ labels: - 'Stage-Beta' summary: Web administration interface +rockspec: + build: + platforms: + unix: + copy_directories: + - admin_web/www_files + type: command + build_command: sh admin_web/get_deps.sh + install_command: cp admin_web/mod_admin_web.lua $(LUADIR) ... Introduction